张钢
2024-08-24 b8971bfcb35103693f33922d6f5a34c468e13297
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/'