diff --git a/public/index.html b/public/index.html
index a9d5649..55f9af2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
-
@@ -505,7 +505,7 @@ export default {
},
data(){
return {
- urlimg:'https://mybs.sxcooh.com/zh-api/sys/common/static/',
+ urlimg:'https://fxnsp.zgzhny.com/lh-api/sys/common/static/',
isShow: true,
nowTime: '',
briefconCode:"",
@@ -736,7 +736,6 @@ export default {
markerData.forEach((item,index) => {
var marker = new AMap.Marker({
icon: this.urlimg + item.picUrl, //点标记图片路径
- // icon:'https://mybs.sxcooh.com/zh-api/sys/common/static/sys/pestlight.png',
position:[item.longitude,item.latitude], //位置
offset: new AMap.Pixel(item.width,item.height),//偏移量
// offset: item.offset //偏移
diff --git a/src/pages/Home/index.vue b/src/pages/Home/index.vue
index 28023ec..2ad589e 100644
--- a/src/pages/Home/index.vue
+++ b/src/pages/Home/index.vue
@@ -14,7 +14,7 @@
element-loading-background="rgba(0, 0, 0, 0.8)"
>
- 河津市农业面源污染在线监测平台
+ 汾西县黄河流域农业面源污染平台
治理效果评价与预警一张图
@@ -603,7 +603,7 @@ export default {
},
data(){
return {
- urlimg:'https://mybs.sxcooh.com/zh-api/sys/common/static/',
+ urlimg:'https://fxnsp.zgzhny.com/lh-api/sys/common/static/',
isShow: true,
nowTime: '',
briefconCode:"",
diff --git a/src/pages/Login/index.vue b/src/pages/Login/index.vue
index aa08337..1b32640 100644
--- a/src/pages/Login/index.vue
+++ b/src/pages/Login/index.vue
@@ -33,21 +33,6 @@
登 录
-
diff --git a/src/pages/MywrList/index.vue b/src/pages/MywrList/index.vue
index f076cca..dc5ffeb 100644
--- a/src/pages/MywrList/index.vue
+++ b/src/pages/MywrList/index.vue
@@ -478,7 +478,7 @@ export default {
name: "MywrList",
data(){
return {
- urlimg:'https://mybs.sxcooh.com/zh-api/sys/common/static/',
+ urlimg:'https://fxnsp.zgzhny.com/lh-api/sys/common/static/',
player: null,
enableZ:false, //默认关闭电子放大
play: false, //默认停止播放
diff --git a/vue.config.js b/vue.config.js
index 569ebb9..680ec8b 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -2,9 +2,9 @@ const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
devServer: {
proxy: {
- '/zh-api': {//匹配所有以/api开头的路径
+ '/lh-api': {//匹配所有以/api开头的路径
// target: 'https://zy.sxzooh.com',//代理目标的基础路径
- target: 'https://mybs.sxcooh.com/',//正式域名
+ target: 'https://fxnsp.sxcooh.com/',//正式域名
}
},
client: {