马宇豪
2024-11-05 1f26c30a8d1c5e3d9ab262b382284c8ea96f29b2
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'
#本地测试接口地址