liuguocan
2023-02-24 33c4b8107d8c5d3e6a4c0661b1cb2d21c9be80ed
1
2
3
4
5
6
7
8
9
10
11
12
13
# 页面标题
VUE_APP_TITLE = 若依管理系统
 
NODE_ENV = production
 
# 测试环境配置
ENV = 'staging'
 
# 若依管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
 
# 后台接口调用地址,2022-11-21 Mike
VUE_SERVER_URL = 'http://localhost:8082'