Browse Source

大海则服务器IP修改

lxh 1 week ago
parent
commit
9055d05d3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/service/config.service.js

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

@@ -11,7 +11,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://172.16.47.2:9999"; // 大海则
+    BASE_URL = "http://172.16.53.16:9999"; // 大海则
 }
 let staticDomainURL = BASE_URL + "/sys/common/static";