feige
2023-10-12 44d78ecb8ce6edd9e359e55a9d599ae632bf957b
1
2
3
4
5
6
7
8
9
10
# 页面标题
VUE_APP_TITLE = 本都都
 
# 生产环境配置
ENV = 'production'
 
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_TRUE_API = 'https://47.93.189.255:8080/'
VUE_APP_BASE_OTHER_API = 'http://47.93.189.255:8083/'