Mike 7 years ago
parent
commit
81a52527d5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      miaomiao/www/js/config/config.js

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

@@ -3,10 +3,10 @@
     app.constant("config", {
     app.constant("config", {
          // server: 'http://q8.9026.com/',
          // server: 'http://q8.9026.com/',
          // imgServer: 'http://q8.9026.com/attachment/'
          // imgServer: 'http://q8.9026.com/attachment/'
-        server: 'http://localhost:8092/',
-        imgServer: 'http://localhost:8092/attachment/'
+        //server: 'http://localhost:8092/',
+        //imgServer: 'http://localhost:8092/attachment/'
 
 
-        // server: 'http://miao.beiyuesi.com/',
-        // imgServer: 'http://miao.beiyuesi.com/attachment/'
+        server: 'http://miao.beiyuesi.com/',
+        imgServer: 'http://miao.beiyuesi.com/attachment/'
     });
     });
 })(angular.module('app'));
 })(angular.module('app'));