shizhongqi 2 недель назад
Родитель
Сommit
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 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'

+ 2 - 2
mallApp/src/ext.json

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