Ver código fonte

园子沟地址

msx 1 semana atrás
pai
commit
1558feb893
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      common/service/config.service.js

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

@@ -13,7 +13,7 @@ if (process.env.NODE_ENV == "development") {
   // BASE_URL = "http://182.92.126.35:9999"; // 生产环境
   // BASE_URL = "http://172.16.53.16:9999"; // 
   // BASE_URL = "http://10.246.167.205:9999"; //上湾
-  BASE_URL = "172.30.157.9:9999"; //元子沟
+  BASE_URL = "http://172.30.157.9:9999"; //元子沟
 
 }
 let staticDomainURL = BASE_URL + "/sys/common/static";