Selaa lähdekoodia

change domain

Mike 9 vuotta sitten
vanhempi
commit
c54be32b71
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'));