张钢
2024-08-23 1c68f1bdbd35944671954724c9c3f59538a3dbb3
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/'