From 816306b59801209fe967006689f8258cb2d33a81 Mon Sep 17 00:00:00 2001 From: "978184212@qq.com" <978184212@qq.com> Date: Tue, 18 Aug 2026 17:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=85=A7=E7=A7=9F=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9=E6=B2=B3=E6=B4=A5=E7=9A=84=E6=96=B0?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=AC=AC=E5=88=86=E6=94=AF=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/service/service.js | 2 +- manifest.json | 4 +- packDetail/pages/login/login.vue | 2 +- packDetail1/pages/about/index.vue | 2 +- pages.json | 2 +- pages/index/index.vue | 2 +- pages/maps/index.vue | 776 ++++++++++++++---------------- 7 files changed, 378 insertions(+), 412 deletions(-) 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 @@