init
This commit is contained in:
23
apps/l2/.env.development
Normal file
23
apps/l2/.env.development
Normal file
@@ -0,0 +1,23 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 镀锌机组及生产工艺管理系统
|
||||
|
||||
# 开发环境配置
|
||||
ENV = 'development'
|
||||
|
||||
# 若依管理系统/开发环境
|
||||
VUE_APP_BASE_API = '/dev-api'
|
||||
|
||||
# 应用访问路径 例如使用前缀 /admin/
|
||||
VUE_APP_CONTEXT_PATH = '/'
|
||||
|
||||
# 监控地址
|
||||
VUE_APP_MONITRO_ADMIN = 'http://localhost:9090/admin/login'
|
||||
|
||||
# xxl-job 控制台地址
|
||||
VUE_APP_XXL_JOB_ADMIN = 'http://localhost:9100/xxl-job-admin'
|
||||
|
||||
# 路由懒加载
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
# L2业务后端地址
|
||||
VUE_APP_SERVICE_BASE_API = 'http://localhost:8089'
|
||||
Reference in New Issue
Block a user