Explorar el Código

加入生产环境配置

fenghaifu hace 4 años
padre
commit
dd0da756f5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      js/service.js

+ 2 - 1
js/service.js

@@ -2,7 +2,8 @@
  * 基本服务器交互类
  */
 var ServiceOperation = {
-  BaseUrl: "http://127.0.0.1:8088/FBS_MES/",
+  BaseUrl: "http://10.10.0.69:10022/FBS_MES/",
+  //BaseUrl: "http://127.0.0.1:8088/FBS_MES/",
   MethodPost: "POST", // post请求
   MethodPut: "PUT", // put请求
   MethodGet: "GET", // get请求