shish 4 ani în urmă
părinte
comite
4b703fd85d
2 a modificat fișierele cu 5 adăugiri și 1 ștergeri
  1. 4 0
      线上/ghsApp/src/config.js
  2. 1 1
      线上/ghsApp/src/manifest.json

+ 4 - 0
线上/ghsApp/src/config.js

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

+ 1 - 1
线上/ghsApp/src/manifest.json

@@ -188,7 +188,7 @@
             "port": 81,
             "proxy": {
                 "/api": {
-                    "target": "http://api.shop.hzghd.com",
+                    "target": "http://api.shop.wixhb.com",
                     "secure": false,
                     "changeOrigin": true,
                     "pathRewrite": {