From 6f562f00def7b59d357748f135472cf371c03ae5 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Sun, 18 May 2025 14:32:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?refactor(config):=20=E6=9B=B4=E6=96=B0=20AP?= =?UTF-8?q?I=20=E5=9C=B0=E5=9D=80=E5=B9=B6=E4=BF=AE=E5=A4=8D=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新线上测试地址,移除本地测试地址 - 修复用户头像显示路径 - 动态显示用户部门名称 --- pages/market/my/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/market/my/index.vue b/pages/market/my/index.vue index 4d17510..c281068 100644 --- a/pages/market/my/index.vue +++ b/pages/market/my/index.vue @@ -11,7 +11,7 @@ - + {{userInfo.name}} @@ -22,7 +22,7 @@ 部门 - 销售部 + {{userInfo.department_name_str}} 等级 S5 From 5a951b144a3c1ade2ba27511eea0c5abce201dfe Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Sun, 18 May 2025 15:10:35 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor(pages):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=A1=BA=E5=BA=8F=E5=B9=B6=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E9=A1=B9-=20=E5=B0=86=20student/login/login?= =?UTF-8?q?=20=E9=A1=B5=E9=9D=A2=E7=A7=BB=E5=8A=A8=E5=88=B0=E6=95=B0?= =?UTF-8?q?=E7=BB=84=E5=BC=80=E5=A4=B4=20-=20=E5=88=A0=E9=99=A4=E4=BA=86?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E7=9A=84=20student/login/login=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 97ce8c6..aa0e6e7 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,14 @@ { "pages": [ + { + "path": "pages/student/login/login", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/student/index/index", "style": { @@ -27,15 +36,7 @@ "navigationBarTextStyle": "white" } }, - { - "path": "pages/student/login/login", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "white" - } - }, + { "path": "pages/student/login/forgot", "style": {