Browse Source

env更新

guhongwei324 9 months ago
parent
commit
98049454c6
2 changed files with 4 additions and 0 deletions
  1. 2 0
      .env.development
  2. 2 0
      .env.production

+ 2 - 0
.env.development

@@ -8,3 +8,5 @@ VUE_APP_BASE_API = ''
 VUE_APP_ROUTER="web"
 #请求域名
 VUE_APP_REQUEST_URL="https://www.freeskyghw.cn"
+# 图片域名
+VUE_APP_HOST="https://www.freeskyghw.cn"

+ 2 - 0
.env.production

@@ -8,3 +8,5 @@ VUE_APP_BASE_API = ''
 VUE_APP_ROUTER="web"
 #请求域名
 VUE_APP_REQUEST_URL="https://www.freeskyghw.cn"
+# 图片域名
+VUE_APP_HOST="https://www.freeskyghw.cn"