diff --git a/main.js b/main.js index f0f913e7..569e7d2e 100644 --- a/main.js +++ b/main.js @@ -86,13 +86,13 @@ if (process.env.NODE_ENV === 'development') { // Vue.prototype.url_config = 'http://10.168.1.105:11111/' // 线上地址 // Vue.prototype.url_config = 'http://10.168.1.104:11111/' // 线上地址 // Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢线上地址(弃用) - // Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢线上地址 - Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢线上测试地址 + Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢线上地址 + // Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢线上测试地址 // Vue.prototype.url_config = 'http://182.90.224.237:51234/' // 百色三标段 // Vue.prototype.url_config = 'http://192.168.34.221:9111/' // 百色三标段 // Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用) - // Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址 - Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址 + Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址 + // Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址 // Vue.prototype.work_url = 'http://192.168.34.139:5173' // 工作流地址 // Vue.prototype.url_config = 'http://182.90.224.147:100/' //演示平台 // Vue.prototype.url_config ='http://124.71.178.44:8012/' // 河南 diff --git a/manifest.json b/manifest.json index bf58229f..ae5dfd00 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "智慧安全", //中建四局 "appid" : "__UNI__4AA4101", "description" : "", - "versionName" : "1.5.2", - "versionCode" : 152, + "versionName" : "1.5.3", + "versionCode" : 153, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 003d2242..898e2522 100644 --- a/pages.json +++ b/pages.json @@ -472,8 +472,11 @@ { "path": "pages/projectEnd/qualityManage/analysisAlarm", "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false + "navigationBarTitleText": "质量管理", + "enablePullDownRefresh": false, + "navigationStyle": "default", + "navigationBarBackgroundColor": "#2B8DF3", + "navigationBarTextStyle":"white"//标题栏字体颜色 } }, { @@ -486,8 +489,11 @@ { "path": "pages/projectEnd/safeSame/analysisAlarm", "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false + "navigationBarTitleText": "安全管理", + "enablePullDownRefresh": false, + "navigationStyle": "default", + "navigationBarBackgroundColor": "#2B8DF3", + "navigationBarTextStyle":"white"//标题栏字体颜色 } }, { diff --git a/pages/projectEnd/qualityManage/analysisAlarm.vue b/pages/projectEnd/qualityManage/analysisAlarm.vue index e3551ba4..874ce4ea 100644 --- a/pages/projectEnd/qualityManage/analysisAlarm.vue +++ b/pages/projectEnd/qualityManage/analysisAlarm.vue @@ -1,10 +1,10 @@