jiangping
2023-08-18 8fd1e84e9d2611d0a018d37a507ab0b301c8be8a
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/'