From a6190774c88de3d63172fd5fd310980362dbc97b Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 8 Dec 2025 14:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=81=8A=E5=A4=A9=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 2 +- pages.json | 33 +++++++++++++++++---------------- pages/user/user.vue | 10 +++++----- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/common/config.js b/common/config.js index a12d3f1..f070d96 100644 --- a/common/config.js +++ b/common/config.js @@ -1,5 +1,5 @@ // const debug = process.env.NODE_ENV == 'development' ? true : false; -const debug = true; +const debug = false; // #ifdef H5 const proxyApi = "/api"; // #endif diff --git a/pages.json b/pages.json index 23ca9bf..0a96556 100644 --- a/pages.json +++ b/pages.json @@ -295,23 +295,24 @@ } } ] - }, - { - "root": "pageChat", - "pages": [{ - "path": "index", - "style": { - "navigationBarTitleText": "消息" - } - }, - { - "path": "chat", - "style": { - "navigationBarTitleText": "群聊" - } - } - ] } + // , + // { + // "root": "pageChat", + // "pages": [{ + // "path": "index", + // "style": { + // "navigationBarTitleText": "消息" + // } + // }, + // { + // "path": "chat", + // "style": { + // "navigationBarTitleText": "群聊" + // } + // } + // ] + // } ], "uniIdRouter": {}, "globalStyle": { diff --git a/pages/user/user.vue b/pages/user/user.vue index f81aaef..5267e1a 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -281,11 +281,11 @@ const myFunList = ref([ type: "fenxiao", icon: "/static/icon/fenxiao.svg", }, - { - name: "商家推送", - type: "msg", - icon: "/static/icon/msg.png", - }, + // { + // name: "商家推送", + // type: "msg", + // icon: "/static/icon/msg.png", + // }, // { // name: "我的订单", // type: "my_order",