Commit 1bc4b69e authored by shw's avatar shw

Update .env.production

parent 34129df6
...@@ -5,12 +5,12 @@ ENV = 'production' ...@@ -5,12 +5,12 @@ ENV = 'production'
VUE_APP_TITLE = 芋道管理系统 VUE_APP_TITLE = 芋道管理系统
# 芋道管理系统/生产环境 # 芋道管理系统/生产环境
VUE_APP_BASE_API = '' VUE_APP_BASE_API = 'admin-api'
# 根据服务器或域名修改 # 根据服务器或域名修改
PUBLIC_PATH = 'http://jd.admtest.jdshangmen.com/' PUBLIC_PATH = 'http://jd.admtest.jdshangmen.com/'
# 二级部署路径 # 二级部署路径
VUE_APP_APP_NAME ='yudao-admin' VUE_APP_APP_NAME =''
# 多租户的开关 # 多租户的开关
VUE_APP_TENANT_ENABLE = true VUE_APP_TENANT_ENABLE = true
......
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