project-manager-ui/.env.development

16 lines
284 B
Plaintext
Raw Normal View History

2025-01-22 09:26:34 +08:00
# 页面标题
2025-02-11 18:15:32 +08:00
VUE_APP_TITLE = 项目管理系统
2025-01-22 09:26:34 +08:00
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
2025-02-08 18:04:54 +08:00
# 七牛云域名
VUE_APP_QINIU_DOMAIN = 'https://api.ccttiot.com'