diff --git a/common/common.js b/common/common.js index e47d507..e357820 100755 --- a/common/common.js +++ b/common/common.js @@ -1,9 +1,9 @@ // const userCenterBaseUrl = 'http://192.168.0.107:7001/usercenter'; -const userCenterBaseUrl = 'http://121.36.71.250:58033/usercenter'; //正式服务器 +const userCenterBaseUrl = 'http://211.82.137.19:8188/usercenter'; //正式服务器 // const evalutaionBaseUrl = 'http://127.0.0.1:7003/evaluation'; // const evalutaionBaseUrl = 'http://192.168.0.110:7003/evaluation'; // const evalutaionBaseUrl = 'http://39.104.74.123:8082/evaluation'; //正式服务器 -const evalutaionBaseUrl = 'http://121.36.71.250:58033/evaluation'; //正式服务器 +const evalutaionBaseUrl = 'http://211.82.137.19:8188/evaluation'; //正式服务器 const missionList = evalutaionBaseUrl + '/app/apptask/listtasktoapp'; function pathArgsHasSameValue(pathArgArray) { diff --git a/manifest.json b/manifest.json index 1a75331..6d1e4b0 100755 --- a/manifest.json +++ b/manifest.json @@ -107,5 +107,8 @@ }, "mp-toutiao" : { "usingComponents" : true + }, + "h5" : { + "title" : "内蒙古艺术学院处干部民主测评平台" } } diff --git a/pages.json b/pages.json index a9408ee..905dda8 100755 --- a/pages.json +++ b/pages.json @@ -96,7 +96,7 @@ ], "globalStyle": { "navigationBarTextStyle": "white", - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "内蒙古艺术学院处级干部民主测评平台", "navigationBarBackgroundColor": "#008B8B", "backgroundColor": "#008B8B" }, diff --git a/pages/login/index.vue b/pages/login/index.vue index f66c3b8..19cbb7d 100755 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -5,11 +5,15 @@ - 您好! - 欢迎来到民主测评平台 + + 欢迎来到 + 内蒙古艺术学院 + 处级干部民主测评平台 - - + + 登录 @@ -145,7 +149,7 @@ } }); }, - goIndex() { + goIndex() { uni.switchTab({ url: '../index/indexOne' })