From c8329b2e28a2659c101aab292c9269d92ca0d6fe Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sat, 28 Jun 2025 19:20:56 +0800 Subject: [PATCH] 1 --- config.js | 2 +- pages/component/my.vue | 2 +- pages/manager/user-detail.vue | 6 +++--- pages/manager/user.vue | 16 ++++++++++++---- pages/subcomponent/inspection-report.vue | 13 ++++++++++++- 5 files changed, 29 insertions(+), 10 deletions(-) diff --git a/config.js b/config.js index b78c2f0..a1172f2 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ // config.js -const type = 'prod' +const type = 'local' const config = { local: { diff --git a/pages/component/my.vue b/pages/component/my.vue index c8695c7..c2ffaaa 100644 --- a/pages/component/my.vue +++ b/pages/component/my.vue @@ -367,7 +367,7 @@ export default { userTypeText() { if (this.userInfo.isUser == 'Y') return this.userInfo.isTuiTypeTitle return '普通用户' - } + }, }, onLoad() { // 检查App数据是否已经准备好 diff --git a/pages/manager/user-detail.vue b/pages/manager/user-detail.vue index 135089c..1313e8b 100644 --- a/pages/manager/user-detail.vue +++ b/pages/manager/user-detail.vue @@ -61,7 +61,7 @@ - +