From 40b9d09671aada702102c70910c63dafbac09d2b Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Tue, 17 Mar 2026 09:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BA=94=E7=94=A8=E4=B8=AD?= =?UTF-8?q?=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/application/list/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/application/list/index.vue b/src/views/application/list/index.vue index cd52d25..636cd4d 100644 --- a/src/views/application/list/index.vue +++ b/src/views/application/list/index.vue @@ -23,8 +23,8 @@ import call from "@/assets/images/application/call.png"; const list = ref([ { name: "存酒", icon: bear, path: "storingWine", desc: "用户未喝完的酒可暂存在店里" }, - { name: "点歌", icon: song, path: "song", desc: "用户可以付费点歌" }, - { name: "广告", icon: ad, path: "advertisement", desc: "添加弹窗广告" }, + // { name: "点歌", icon: song, path: "song", desc: "用户可以付费点歌" }, + // { name: "广告", icon: ad, path: "advertisement", desc: "添加弹窗广告" }, { name: "叫号", icon: call, path: "lineUplist", desc: "" }, ]);