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 @@ - +