From aae8e6fb50bb914ffd5e9fe4dd34194d46367d5a Mon Sep 17 00:00:00 2001 From: xuli3099 Date: Wed, 20 Aug 2025 09:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 9 +-------- src/pages/login/login.vue | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/pages.json b/src/pages.json index 373c782..5e726d4 100644 --- a/src/pages.json +++ b/src/pages.json @@ -145,14 +145,7 @@ "navigationBarTitleText": "718友晟", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", - "navigationStyle": "custom", - // #ifdef APP-PLUS - "style": { - "app-plus": { - "background":"#F5F5F5" - } - } - // #endif + "navigationStyle": "custom" }, "tabBar": { "color": "#919191", diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index a8c85e8..487ba6f 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -257,7 +257,7 @@ const submitForm = () => { param.runEnv = networkEnv.value; // #ifdef H5 - param.uniqCode = 'e5687e80-526f-4522-ba7d-41d5db197a15';//h5测试用 + param.uniqCode = 'sn123456';//h5测试用 内网-sn123456 外网-e5687e80-526f-4522-ba7d-41d5db197a15 let res = await login(param); userStore.login(res); uni.switchTab({ url: '/pages/home/home' })