diff --git a/common/service/service.js b/common/service/service.js index 2660df0..584488a 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' : '1003' } /* if (!token) { // 如果token不存在,调用cancel 会取消本次请求,但是该函数的catch() 仍会执行 diff --git a/components/my-icon/my-icon.vue b/components/my-icon/my-icon.vue new file mode 100644 index 0000000..317de3f --- /dev/null +++ b/components/my-icon/my-icon.vue @@ -0,0 +1,460 @@ + + + + + diff --git a/manifest.json b/manifest.json index 236dc4b..28dcf2a 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" : "wxca651c881cfb603f", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/packDetail/pages/login/login.vue b/packDetail/pages/login/login.vue index 63ff5a7..04ae7ea 100644 --- a/packDetail/pages/login/login.vue +++ b/packDetail/pages/login/login.vue @@ -35,7 +35,7 @@ - Copyright © 吉县现代农业发展中心 + Copyright © 稷山县县现代农业发展中心 - Copyright © 吉县现代农业发展中心 + Copyright © 稷山县县现代农业发展中心 diff --git a/pages.json b/pages.json index 6baf09a..a4e49a2 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 a4311ee..d641f17 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,6 +1,6 @@