diff --git a/common/service/service.js b/common/service/service.js index 2660df0..fd43407 100644 --- a/common/service/service.js +++ b/common/service/service.js @@ -48,7 +48,7 @@ http.interceptor.request((config, cancel) => { /* 请求之前拦截器 */ 'app-id' : uni.getAccountInfoSync().miniProgram.appId, "client-type" : "MA", 'third-session' : uni.getStorageSync('third_session')||'123', - 'X-Tenant-Id' : '1002' + 'X-Tenant-Id' : '1004' } /* if (!token) { // 如果token不存在,调用cancel 会取消本次请求,但是该函数的catch() 仍会执行 diff --git a/manifest.json b/manifest.json index 236dc4b..2a40987 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "吉县面源污染监测平台", + "name" : "河津市农业面源污染监测系统", "appid" : "__UNI__A58A5D7", "description" : "", "versionName" : "2.2.22", @@ -84,7 +84,7 @@ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { - "appid" : "wxc078890f8668ed2e", + "appid" : "wx2fb61322f3042141", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/packDetail/pages/login/login.vue b/packDetail/pages/login/login.vue index 7639187..2a6b8d1 100644 --- a/packDetail/pages/login/login.vue +++ b/packDetail/pages/login/login.vue @@ -35,7 +35,7 @@ - Copyright © 吉县现代农业发展中心 + - Copyright © 吉县现代农业发展中心 + diff --git a/pages.json b/pages.json index 6baf09a..ee3a776 100644 --- a/pages.json +++ b/pages.json @@ -4,7 +4,7 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "吉县小流域面源污染监测", + "navigationBarTitleText": "河津市农业面源污染监测系统", "navigationStyle": "custom" } }, diff --git a/pages/index/index.vue b/pages/index/index.vue index db2f73f..406f044 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,6 +1,6 @@