jiangping
2023-10-16 d7fe8ae3888c8e2b1eea3c1e3769be0d42a21cc9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 测试环境配置
NODE_ENV = 'production'
 
# 关闭DEBUG
VUE_APP_DEBUG = 'off'
 
# 路由方式
VUE_APP_ROUTER_MODE = 'hash'
 
# 项目上下文路径
VUE_APP_CONTEXT_PATH = '/doumeeplant_admin'
 
# 接口前缀
VUE_APP_API_PREFIX = '/doumeeplant_api/'
 
VUE_APP_BASE_URL = 'https://dmtest.ahapp.net/doumeeplant_api/'