liuleilei
2023-08-14 51e824c7890802b0dd4143dddb487ef26aec134a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 生产环境配置
NODE_ENV = 'production'
 
# 关闭DEBUG
VUE_APP_DEBUG = 'off'
 
# 路由方式
VUE_APP_ROUTER_MODE = 'hash'
 
# 项目上下文路径
VUE_APP_CONTEXT_PATH = '/admin'
 
 
# 接口前缀
VUE_APP_API_PREFIX = '/doumeeplant/'
 
#测试服务器
#VUE_APP_BASE_URL = 'http://139.186.142.91:10012/'
#演示服务器
# VUE_APP_BASE_URL = 'http://121.41.112.139:10012/'
 
#正式环境
#VUE_APP_BASE_URL = 'http://127.0.0.1:10012/'
#艾丽格斯 https://hsky.doumee.com/doumeeplant_api/doc.html
 
# VUE_APP_BASE_URL = 'https://hsky.doumee.com/doumeeplant_api/'
# https://dmtest.ahapp.net/doumeeplant_api/doc.html
# VUE_APP_BASE_URL = 'https://dmtest.ahapp.net/doumeeplant_api/'
VUE_APP_BASE_URL = 'https://www.mes.red/doumeeplant/'
# VUE_APP_BASE_URL = 'http://192.168.0.18:10021/'