You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
680 B
Plaintext
32 lines
680 B
Plaintext
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# 页面标题
|
|
VUE_APP_TITLE = 链友融财务数字一体化信息系统
|
|
|
|
# 芋道管理系统/本地环境
|
|
VUE_APP_BASE_API = '/proxy-api'
|
|
# VUE_APP_BASE_API = 'http://127.0.0.1:48080'
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
|
# 多租户的开关
|
|
VUE_APP_TENANT_ENABLE = true
|
|
|
|
# 验证码的开关
|
|
VUE_APP_CAPTCHA_ENABLE = false
|
|
|
|
# 文档的开关
|
|
VUE_APP_DOC_ENABLE = true
|
|
|
|
# 百度统计
|
|
VUE_APP_BAIDU_CODE = fadc1bd5db1a1d6f581df60a1807f8ab
|
|
|
|
#线上预览
|
|
VUE_APP_ONLINE_API = 'http://139.224.253.31:48012'
|
|
|
|
#报表
|
|
# VUE_APP_BIAO_API = 'http://139.224.253.31:48080'
|
|
VUE_APP_BIAO_API = 'http://192.168.3.172:48080'
|