aXin-0810 hace 1 año
padre
commit
3f6897b5b4
Se han modificado 2 ficheros con 7 adiciones y 10 borrados
  1. 7 0
      .env.jxproduction
  2. 0 10
      .env.production

+ 7 - 0
.env.jxproduction

@@ -0,0 +1,7 @@
+# 独立部署配置
+NODE_ENV = production
+ENV = 'production'
+VUE_APP_ENV = 'production'
+VUE_APP_BASE = 'https://jxgree.zfire.top'
+VUE_APP_BASE_OSS = 'https://zf-mall-jx.oss-cn-shenzhen.aliyuncs.com/'
+VUE_APP_BASE_API = 'https://jxgree.zfire.top/zfapi/'

+ 0 - 10
.env.production

@@ -4,13 +4,3 @@ VUE_APP_ENV = 'production'
 VUE_APP_BASE = 'https://sxb.zfire.top'
 VUE_APP_BASE_OSS = 'https://zf-mall.oss-cn-shenzhen.aliyuncs.com/'
 VUE_APP_BASE_API = 'https://sxb.zfire.top/zfapi/'
-
-
-# # 独立部署配置
-# NODE_ENV = production
-# ENV = 'production'
-# VUE_APP_ENV = 'production'
-# VUE_APP_BASE = 'https://jxgree.zfire.top'
-# VUE_APP_BASE_OSS = 'https://zf-mall-jx.oss-cn-shenzhen.aliyuncs.com/'
-# VUE_APP_BASE_API = 'https://jxgree.zfire.top/zfapi/'
-