Mike 8 سال پیش
والد
کامیت
dae269ac55
4فایلهای تغییر یافته به همراه11 افزوده شده و 11 حذف شده
  1. 3 3
      miaomiao/plugins/ios.json
  2. 1 1
      miaomiao/www/chcp.json
  3. 3 3
      miaomiao/www/chcp.manifest
  4. 4 4
      miaomiao/www/js/config/config.js

+ 3 - 3
miaomiao/plugins/ios.json

xqd xqd
@@ -7,6 +7,9 @@
         "files": {}
     },
     "installed_plugins": {
+        "cordova-hot-code-push-plugin": {
+            "PACKAGE_NAME": "com.ionicframework.ionictabs121641"
+        },
         "cordova-plugin-actionsheet": {
             "PACKAGE_NAME": "com.ionicframework.ionictabs121641"
         },
@@ -47,9 +50,6 @@
         },
         "ionic-plugin-keyboard": {
             "PACKAGE_NAME": "com.ionicframework.ionictabs121641"
-        },
-        "cordova-hot-code-push-plugin": {
-            "PACKAGE_NAME": "com.ionicframework.ionictabs121641"
         }
     },
     "dependent_plugins": {}

+ 1 - 1
miaomiao/www/chcp.json

xqd
@@ -1,5 +1,5 @@
 {
   "update": "now",
   "content_url": "http://i.9026.com/miaomiao/",
-  "release": "2017.06.29-14.46.17"
+  "release": "2017.06.29-15.35.19"
 }

+ 3 - 3
miaomiao/www/chcp.manifest

xqd xqd xqd
@@ -129,7 +129,7 @@
   },
   {
     "file": "js/config/config.js",
-    "hash": "50379eed7832699a20b4d8b3ad5d587d"
+    "hash": "5e5c601c0a5cff697355a1eaca1358f2"
   },
   {
     "file": "js/config/router.js",
@@ -145,7 +145,7 @@
   },
   {
     "file": "js/controllers/home.js",
-    "hash": "ace8bf2f433845f8af7a4e8c9592d7a9"
+    "hash": "e6eab7933164bf536e89e48c31719a44"
   },
   {
     "file": "js/controllers/my.js",
@@ -461,7 +461,7 @@
   },
   {
     "file": "templates/home/dream-detail.html",
-    "hash": "8c20f68b2eef16bcd35298f41cf45c26"
+    "hash": "f18862ee66df64f91e79df6a8b97a75f"
   },
   {
     "file": "templates/home/index.html",

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

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