Mike il y a 7 ans
Parent
commit
93ad244645
3 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 1 1
      miaomiao/www/chcp.json
  2. 1 1
      miaomiao/www/chcp.manifest
  3. 4 4
      miaomiao/www/js/config/config.js

+ 1 - 1
miaomiao/www/chcp.json

xqd
@@ -1,5 +1,5 @@
 {
   "update": "now",
   "content_url": "http://i.9026.com/miaomiao/www",
-  "release": "2017.08.18-19.01.08"
+  "release": "2017.08.18-19.11.58"
 }

+ 1 - 1
miaomiao/www/chcp.manifest

xqd
@@ -365,7 +365,7 @@
   },
   {
     "file": "js/config/config.js",
-    "hash": "8f4884a65c00024ae26f0202ed33cb3a"
+    "hash": "2912f063f9c6351bd7e3b88951b73c84"
   },
   {
     "file": "js/config/router.js",

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

xqd
@@ -1,12 +1,12 @@
 (function (app) {
     //全局配置 
     app.constant("config", {
-         // server: 'http://q8.9026.com/',
-         // imgServer: 'http://q8.9026.com/attachment/'
+         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/',
-        imgServer: 'http://miao.beiyuesi.com/attachment/'
+        // server: 'http://miao.beiyuesi.com/',
+        // imgServer: 'http://miao.beiyuesi.com/attachment/'
     });
 })(angular.module('app'));