Mr.Zhang
2023-08-11 622382942e20d2e17e3e2502131cbd4fe69103c9
1
2
3
4
5
6
7
8
9
10
11
# 测试环境配置
NODE_ENV = 'production'
 
# 路由方式
VUE_APP_ROUTER_MODE = 'hash'
 
VUE_APP_CONTEXT_PATH = '/doumeeplant_web'
# 接口前缀
VUE_APP_API_PREFIX = '/doumeeplant_api'
 
VUE_APP_BASE_URL = 'https://dmtest.ahapp.net/doumeeplant_api/'