马宇豪
2023-10-31 f1f40e9a28fafab5d884630b8900b11060ebe9fc
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://192.168.0.52:7021/safeplatform'
#本地测试接口地址