From d8c2aef83ea3029b7de72395e37aaffbfaeb6de2 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 29 Dec 2025 15:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E5=85=88=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E8=81=94=E7=B3=BB=E5=95=86=E5=AE=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 2 +- pages/user/user.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config.js b/common/config.js index bc7c7ef..91fe54d 100644 --- a/common/config.js +++ b/common/config.js @@ -1,6 +1,6 @@ // const debug = process.env.NODE_ENV == 'development' ? true : false; // const debug = false; // false线上 true本地 -const debug = true; // false线上 true本地 +const debug = false; // false线上 true本地 let baseUrl = '' let baseUrlwws = '' diff --git a/pages/user/user.vue b/pages/user/user.vue index 8a2a285..73fb5e8 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -258,7 +258,7 @@ const myFunList = ref([ // icon: "https://czg-qr-order.oss-cn-beijing.aliyuncs.com/my/my_member.png" // }, // { name: "关于", type: "", icon: "https://czg-qr-order.oss-cn-beijing.aliyuncs.com/my/inRegard.png"}, - { name: '联系商家', type: 'contact', icon: 'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/1/2b0480c32c1844dbae2c09f6a729c6e8.png' } + // { name: '联系商家', type: 'contact', icon: 'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/1/2b0480c32c1844dbae2c09f6a729c6e8.png' } ]); const userInfo = reactive({});