Mr.Zhang
2023-10-12 7f05ab4e75036b2697c9208e581f609b27f0af82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 开发环境配置
NODE_ENV = 'development'
 
 
VUE_APP_CONTEXT_PATH = '/'
VUE_APP_API_PREFIX='/martempo_admin_interface'
 
#江萍本地
# VUE_APP_API_BASE_URL='http://192.168.0.36:10011'
 
#刘磊磊本地
# VUE_APP_API_BASE_URL='http://192.168.0.18:10013'
 
#焦松本地
# http://192.168.0.36:10012/doc.html#/home
VUE_APP_API_BASE_URL='http://192.168.0.36:10012'
 
# 测试服务
# VUE_APP_API_BASE_URL = 'https://dmtest.ahapp.net/martempo_admin_interface'