Parcourir la source

手机APP配置

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

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

@@ -1,8 +1,8 @@
 //  http 请求配置项
 export default {	
     //	开发者服务器接口地址
-    url: "http://47.92.212.59:10091/api",
-	//url: "http://127.0.0.1:10091/api",
+    //url: "http://47.92.212.59:10091/api",
+	url: "http://127.0.0.1:10091/api",
     //	请求的参数	
     data: {},
     //	设置请求的 header,header 中不能设置 Referer。