Browse Source

配置文件

minitiger 9 years ago
parent
commit
e382286f61
1 changed files with 2 additions and 2 deletions
  1. 2 2
      VisualInspection/js/config.js

+ 2 - 2
VisualInspection/js/config.js

@@ -2,5 +2,5 @@
 // var base_server_url = "http://10.112.0.236:8089/";
 var base_image_server_url = "http://10.112.0.236:8088/";
 
-var base_ui_url = "http://192.168.68.126:8080/";
-var base_server_url = "http://192.168.68.126:8089/";
+var base_ui_url = "http://localhost:8080/";
+var base_server_url = "http://localhost:8089/";