Bladeren bron

配置文件

shish 4 jaren geleden
bovenliggende
commit
57081693bc
3 gewijzigde bestanden met toevoegingen van 7 en 2 verwijderingen
  1. 1 2
      hdApp/src/config.js
  2. 3 0
      开发/hdApp/src/config.js
  3. 3 0
      线上/hdApp/src/config.js

+ 1 - 2
hdApp/src/config.js

@@ -1,4 +1,3 @@
-// 项目配置--由bat脚本变更
-export const ProjectName = 'store'
+export const ProjectName = 'hd'
 export const APIHOST = 'https://api.shop.huaml.com'
 export const IMGHOST = 'https://img.huaml.com'

+ 3 - 0
开发/hdApp/src/config.js

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

+ 3 - 0
线上/hdApp/src/config.js

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