shish 4 лет назад
Родитель
Сommit
1e7924f7b5
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      ghsApp/src/config.js
  2. 2 2
      hdApp/src/config.js

+ 2 - 2
ghsApp/src/config.js

@@ -1,3 +1,3 @@
 export const ProjectName = 'store'
-export const APIHOST = 'http://api.shop.hzghd.com'
-export const IMGHOST = 'http://img.hzghd.com'
+export const APIHOST = 'https://api.shop.hzghd.com'
+export const IMGHOST = 'https://img.hzghd.com'

+ 2 - 2
hdApp/src/config.js

@@ -1,3 +1,3 @@
 export const ProjectName = 'hd'
-export const APIHOST = 'http://api.shop.huaml.com'
-export const IMGHOST = 'http://img.huaml.com'
+export const APIHOST = 'https://api.shop.huaml.com'
+export const IMGHOST = 'https://img.huaml.com'