소스 검색

change domain

Mike 9 년 전
부모
커밋
c54be32b71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wl/www/js/config/config.js

+ 1 - 1
wl/www/js/config/config.js

xqd
@@ -3,6 +3,6 @@
     app.constant("config", {
         //server: (!!window.cordova) ? "http://w2.9026.com/" : location.origin, //服务端,
         // server: "http://120.25.204.211/"
-        server: "http://wuliuapp.9026.com/"
+        server: "http://wl.youawan.com/"
     });
 })(angular.module('app'));