Browse Source

改回引出的错误

57862207 11 months ago
parent
commit
095788e9e6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main.js

+ 3 - 3
src/main.js

@@ -10,13 +10,13 @@ Vue.config.productionTip = false;
 
 var strUrl=window.location.href;
 var strIp = "";
-if(strUrl.indexOf("47.102.97.214")!=-1)
+if(strUrl.indexOf("172.16.50.4")!=-1)
 {
-  strIp = "47.102.97.214";
+  strIp = "172.16.50.4:19703";
 }
 else
 {
-  strIp = "172.16.50.4:19703";
+  strIp = "47.102.97.214";
 }
 
 Vue.use(