Browse Source

瓦斯巡检后台请求IP修改

lxh 2 months ago
parent
commit
113bbc40ad
2 changed files with 1 additions and 2 deletions
  1. 1 1
      common/service/config.service.js
  2. 0 1
      pages/index/index.vue

+ 1 - 1
common/service/config.service.js

@@ -10,7 +10,7 @@ if (process.env.NODE_ENV == "development") {
   // BASE_URL = "http://10.246.183.35:9999"; // 乌兰木伦
   // BASE_URL = "http://10.120.120.164:9999"; // 察哈素
   // BASE_URL = "http://182.92.126.35:9999"; // 生产环境
-    BASE_URL = "http://192.168.146.129:9999"; // 大海则
+    BASE_URL = "http://172.16.47.2:9999"; // 大海则
 }
 let staticDomainURL = BASE_URL + "/sys/common/static";
 

+ 0 - 1
pages/index/index.vue

@@ -189,7 +189,6 @@ export default {
         if (newV != null && newV != "") this.PageCur = newV[0].component;
       },
       immediate: true,
-    },
   },
   onLoad() {
     this.changeWV();