shikeying
2023-04-14 2f456991b7d6c7e6c85398abcfad5a74320858f3
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'