yuedefeng il y a 6 ans
Parent
commit
446b67a9c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/dashoo.cn/frontend_app/common/http/config.js

+ 1 - 1
src/dashoo.cn/frontend_app/common/http/config.js

@@ -1,7 +1,7 @@
 //  http 请求配置项
 export default {	
     //	开发者服务器接口地址
-    url: "http://47.92.212.59:10092/api",
+    url: "http://47.92.212.59:10091/api",
 	//url: "http://127.0.0.1:10091/api",
     //	请求的参数	
     data: {},