shizhongqi преди 2 седмици
родител
ревизия
fd9abc0130
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      mallApp/src/config.js
  2. 2 2
      mallApp/src/ext.json

+ 1 - 1
mallApp/src/config.js

@@ -1,4 +1,4 @@
 export const ProjectName = 'mall'
 export const ProjectName = 'mall'
 export const CURRENT_ENV = 'dev'
 export const CURRENT_ENV = 'dev'
-export const APIHOST = 'http://api.shop.theflorist.cn'
+export const APIHOST = 'https://api.shop.theflorist.cn'
 export const WSSHOST = 'wss://chat.shop.huaml.com'
 export const WSSHOST = 'wss://chat.shop.huaml.com'

+ 2 - 2
mallApp/src/ext.json

@@ -4,9 +4,9 @@
   "directCommit": false,
   "directCommit": false,
   "ext": {
   "ext": {
     "account": 0,
     "account": 0,
-    "apiHost": "http://api.shop.theflorist.cn",
+    "apiHost": "https://api.shop.theflorist.cn",
     "socketApiHost": "api.shop.theflorist.cn",
     "socketApiHost": "api.shop.theflorist.cn",
-    "imgHost": "http://img.theflorist.cn",
+    "imgHost": "https://img.theflorist.cn",
     "name":"中花卉"
     "name":"中花卉"
   }
   }
 }
 }