Browse Source

no message

aXin-0810 9 months ago
parent
commit
9c07425f3f
3 changed files with 4 additions and 11 deletions
  1. 2 2
      .env.development
  2. 0 7
      .env.jxproduction
  3. 2 2
      .env.staging

+ 2 - 2
.env.development

@@ -4,9 +4,9 @@ ENV = 'development'
 VUE_APP_BASE = 'https://jiasm.zfire.top'
 # base api
 
-VUE_APP_BASE_OSS = 'https://train-2023.oss-cn-shenzhen.aliyuncs.com/'
+VUE_APP_BASE_OSS = 'https://jiasm.zfire.top/zfdapi/img/get?key='
 
-VUE_APP_BASE_API = 'https://jiasm.zfire.top/zfapi/'
+VUE_APP_BASE_API = 'https://jiasm.zfire.top/zfdapi/'
 
 # appid agentid
 VUE_APP_PUBLIC_APPID = 'ww62ea04d5c904dc4a'

+ 0 - 7
.env.jxproduction

@@ -1,7 +0,0 @@
-# 独立部署配置
-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/'

+ 2 - 2
.env.staging

@@ -6,10 +6,10 @@ ENV = 'staging'
 #base
 VUE_APP_BASE = 'https://jiasm.zfire.top'
 
-VUE_APP_BASE_OSS = 'https://jiasm.zfire.top/zfapi/img/get?key='
+VUE_APP_BASE_OSS = 'https://jiasm.zfire.top/zfdapi/img/get?key='
 
 # base api
-VUE_APP_BASE_API = 'https://jiasm.zfire.top/zfapi/'
+VUE_APP_BASE_API = 'https://jiasm.zfire.top/zfdapi/'
 
 # appid agentid
 VUE_APP_PUBLIC_APPID = 'ww62ea04d5c904dc4a'