jiangping
2023-08-17 6365ab0a976afdd247742c9b3dca15deb3a7a7a1
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/'