Files
jwl-manage-web/.env.production

9 lines
154 B
Plaintext
Raw Normal View History

2023-02-15 09:17:05 +08:00
# 页面标题
VUE_APP_TITLE = 对嘛管理系统
# 生产环境配置
ENV = 'production'
# 对嘛管理系统/生产环境
2023-04-11 18:36:41 +08:00
VUE_APP_BASE_API = '/duima'