feige
2024-11-17 0dab8829a661e27ee8b61ffe44fc9d82570741b8
1
2
3
4
5
6
7
8
9
10
# 页面标题
VUE_APP_TITLE = 本都都家网
 
# 生产环境配置
ENV = 'production'
 
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_TRUE_API = 'https://www.bendudu.com:8080/'
VUE_APP_BASE_OTHER_API = 'https://www.bendudu.com:8085/'