Mike 7 vuotta sitten
vanhempi
commit
e1cb67e389
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      miaomiao/www/js/config/config.js

+ 2 - 2
miaomiao/www/js/config/config.js

xqd
@@ -1,11 +1,11 @@
 (function (app) {
     //全局配置 
     app.constant("config", {
-        server: 'http://q8.9026.com/',
+        // server: 'http://q8.9026.com/',
     //     imgServer: 'http://q8.9026.com/attachment/'
         //server: 'http://localhost:8092/',
         //imgServer: 'http://localhost:8092/attachment/',
-        // server: 'http://miao.beiyuesi.com/',
+        server: 'http://miao.beiyuesi.com/',
         imgServer: 'http://miao.beiyuesi.com/attachment/'
     });
 })(angular.module('app'));