You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
328 B
13 lines
328 B
|
|
VITE_APP_URL = /
|
|
|
|
|
|
#VITE_WEBSOCKET_URL = 192.168.100.252:8000
|
|
VITE_WEBSOCKET_URL = 127.0.0.1:9000
|
|
|
|
#VITE_SEVER_URL = http://169.254.202.127:8000
|
|
VITE_SEVER_URL = http://127.0.0.1:9000
|
|
VITE_FACE_SEVER_URL = http://127.0.0.1:8081
|
|
# VITE_SEVER_URL = http://192.168.100.252:8000
|
|
//导出浏览器
|
|
VITE_DOWN_URL= /api/export_table |