diff --git a/public/index.html b/public/index.html index adf5c57..7275a58 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - 汾西县黄河流域农业面源污染平台 + 武乡县黄河流域农业面源污染平台 diff --git a/src/api/request.js b/src/api/request.js index e8dd0ed..dbe1efb 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -9,6 +9,7 @@ const requests = axios.create({ // 请求拦截器 requests.interceptors.request.use((config)=>{ config.headers['X-Access-Token'] = localStorage.getItem("token") // 请求头带上token + config.headers['X-Tenant-Id'] = '1001' return config },(error)=>{ return Promise.reject(new Error('faile')); diff --git a/src/assets/image/logintltle2.png b/src/assets/image/logintltle2.png new file mode 100644 index 0000000..7b04128 Binary files /dev/null and b/src/assets/image/logintltle2.png differ diff --git a/src/assets/image/logintltle3.png b/src/assets/image/logintltle3.png new file mode 100644 index 0000000..4cb413b Binary files /dev/null and b/src/assets/image/logintltle3.png differ diff --git a/src/assets/image/xmgk04.png b/src/assets/image/xmgk04.png index ddeb034..869e0fd 100644 Binary files a/src/assets/image/xmgk04.png and b/src/assets/image/xmgk04.png differ diff --git a/src/assets/image/xmgk044.png b/src/assets/image/xmgk044.png new file mode 100644 index 0000000..ddeb034 Binary files /dev/null and b/src/assets/image/xmgk044.png differ diff --git a/src/assets/image/xmgk05.png b/src/assets/image/xmgk05.png new file mode 100644 index 0000000..cc831c2 Binary files /dev/null and b/src/assets/image/xmgk05.png differ diff --git a/src/components/SoilDialog.vue b/src/components/SoilDialog.vue index fc0734c..c862c9a 100644 --- a/src/components/SoilDialog.vue +++ b/src/components/SoilDialog.vue @@ -122,7 +122,7 @@ export default { data() { return { dTitle: '长期定位监测', - urlimg: 'https://fxnsp.zgzhny.com/lh-api/sys/common/static/', + urlimg: 'https://fxnsp.sxcooh.com/lh-api/sys/common/static/', urlimg2: 'https://farm.ilhzn.cn/jeecg-boot/sys/common/static/', deployType: 'soil', allData: null, diff --git a/src/pages/CqyzList/index.vue b/src/pages/CqyzList/index.vue index eff8b61..66e5343 100644 --- a/src/pages/CqyzList/index.vue +++ b/src/pages/CqyzList/index.vue @@ -9,11 +9,11 @@
@@ -359,7 +359,7 @@ export default { name: "CqyzList", data(){ return { - urlimg:'https://fxnsp.zgzhny.com/lh-api/sys/common/static/', + urlimg:'https://fxnsp.sxcooh.com/lh-api/sys/common/static/', player: null, enableZ:false, //默认关闭电子放大 play: false, //默认停止播放 @@ -410,7 +410,7 @@ export default { this.DisplayListstinkList0 = val.result.stink[0].detailList[0] }) getIndexSummry(stationCode).then(res=>{ - if (res.code ='200'&&res.result.length>0) { + if (res.code == '200' && res.result.length > 0) { this.NHSummry = res.result[0].NHSummry this.TNSummry = res.result[0].TNSummry this.TPSummry = res.result[0].TPSummry diff --git a/src/pages/Home/index.vue b/src/pages/Home/index.vue index 5261c94..75dfd13 100644 --- a/src/pages/Home/index.vue +++ b/src/pages/Home/index.vue @@ -14,8 +14,8 @@ element-loading-background="rgba(0, 0, 0, 0.8)" >