瀏覽代碼

no message

aXin-0810 1 年之前
父節點
當前提交
3f6897b5b4
共有 2 個文件被更改,包括 7 次插入10 次删除
  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/'
-