马宇豪
2024-01-03 27ef80fbf278638cd695aa8d26ebece1a04f89cf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 本地环境
ENV = 'development'
 
#VITE_API_URL = 'http://192.168.0.27:8084'
#张凤接口地址
 
#VITE_API_URL = 'http://192.168.0.38:8086'
#黄振接口地址
 
#VITE_API_URL = 'http://192.168.0.27:8084'
#戚会山接口地址
 
#VITE_API_URL = 'http://121.239.169.27:16070'
#线上正式环境接口地址
 
#VITE_API_URL = 'http://192.168.0.52:8011/safeplatform'
#本地预发接口地址
 
VITE_API_URL = 'http://aq.gusulab.ac.cn:18087/api'
#本地测试接口地址