马宇豪
2025-04-29 e65a116f1ff1d9d99a093f76a9b02a6d27bfb35e
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.2.11:8084'
#贺哥接口地址
 
#VITE_API_URL = 'http://192.168.0.38:8086'
#黄振接口地址
 
#VITE_API_URL = 'http://192.168.0.30:8084'
#戚会山接口地址
 
#VITE_API_URL = 'http://aq.gusulab.ac.cn:18087/api'
#线上正式环境接口地址
 
#VITE_API_URL = 'http://192.168.0.52:8011/safeplatform'
#本地预发接口地址
 
#VITE_API_URL = 'http://aq.gusulab.ac.cn:18087/api'
#本地测试接口地址