jiangping
2023-10-24 349bcef9a96391d22522a3409adf5a89e7e70a95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 生产环境配置
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 = 'https://www.mes.red/doumeeplant/'
VUE_APP_BASE_URL = 'https://lingyang.mes.show:1801/doumeeplant'