Commit 00a536d5 authored by YangAo's avatar YangAo 🇨🇳

环境变量添加政府端资源访问前缀

parent 635f1724
......@@ -7,8 +7,11 @@ ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 资源访问前缀
# 企业端资源访问前缀
VUE_APP_RESOURCE_PREFIX = /dev-api
# 政府端资源访问前缀
VUE_APP_RESOURCE_PREFIX_GOV = https://3x616p6090.picp.vip
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
......@@ -9,3 +9,6 @@ VUE_APP_BASE_API = 'http://49.232.167.247:22000'
# 资源访问前缀
VUE_APP_RESOURCE_PREFIX = http://49.232.167.247:22000
# 政府端资源访问前缀
VUE_APP_RESOURCE_PREFIX_GOV = https://3x616p6090.picp.vip
......@@ -8,3 +8,6 @@ VUE_APP_BASE_API = 'http://49.232.167.247:22000'
# 资源访问前缀
VUE_APP_RESOURCE_PREFIX = http://49.232.167.247:22000
# 政府端资源访问前缀
VUE_APP_RESOURCE_PREFIX_GOV = https://3x616p6090.picp.vip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment