shikeying
2023-04-07 c192f834c4e092bc7c0f2722c343c25c1be619ab
1
2
3
4
5
6
7
8
9
10
11
# 页面标题
VUE_APP_TITLE = 云服务平台
 
# 生产环境配置
ENV = 'production'
 
# 系统/生产环境
VUE_APP_BASE_API = '/prod-api'
 
# 后台接口调用地址,2022-11-21 Mike
VUE_SERVER_URL = 'http://localhost:8082/admin'