From 2db11acdbab3df275d58522f2c9a0294a286ec87 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 1 Sep 2023 19:45:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 6 ++++-- manifest.json | 6 +++--- pages.json | 4 ++-- pages/oaMy/oaMy.vue | 1 + 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/config/app.js b/config/app.js index 3dc7adc..a1fa4ae 100644 --- a/config/app.js +++ b/config/app.js @@ -4,10 +4,12 @@ let httpApi; // 正式使用的域名 httpApi = 'https://ceshi-worker-task.lihaink.cn' //测试 // httpApi = 'https://preview-worker-task.lihaink.cn' //预上线 +// httpApi = 'https://worker-task.lihaink.cn' //正式 -httpApiThree = 'https://worker-task.lihaink.cn' //测试 -// httpApiThree = 'http://ceshi-oa.lihaink.cn' //生产 +httpApiThree = 'https://ceshi-worker-task.lihaink.cn' //测试 +// httpApiThree = 'https://preview-worker-task.lihaink.cn' //预上线 +// httpApiThree = 'https://worker-task.lihaink.cn' //正式 // #ifdef H5 // httpApiThree = 'baseUrlTest' //生产 // #endif diff --git a/manifest.json b/manifest.json index c332f5f..f67ad1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "name" : "里海社区管理系统", + "name" : "里海社区", "appid" : "__UNI__B5B1EDD", "description" : "", - "versionName" : "1.0.4", - "versionCode" : 104, + "versionName" : "1.0.6", + "versionCode" : 106, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 3782e7d..a0af652 100644 --- a/pages.json +++ b/pages.json @@ -4,7 +4,7 @@ { "path": "pages/oaHome/oaHome", "style": { - "navigationBarTitleText": "首页", + "navigationBarTitleText": "", "enablePullDownRefresh": true, "app-plus": { "titleNView": false @@ -64,7 +64,7 @@ { "path": "pages/oaMy/oaMy", "style": { - "navigationBarTitleText": "我的", + "navigationBarTitleText": "", "app-plus": { "titleNView": false }, diff --git a/pages/oaMy/oaMy.vue b/pages/oaMy/oaMy.vue index a81af0d..921d6f7 100644 --- a/pages/oaMy/oaMy.vue +++ b/pages/oaMy/oaMy.vue @@ -7,6 +7,7 @@ +