修改IP
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# 打包路径
|
||||
VITE_BASE_URL = /
|
||||
VITE_IS_REQUEST_PROXY = true
|
||||
VITE_API_URL = http://159.75.91.126
|
||||
VITE_API_URL = http://159.75.70.95:8888
|
||||
VITE_API_URL_PREFIX = /matagent
|
||||
VITE_WB_BASE_URL = ws://8.210.37.238:8000/ws/chat
|
||||
VITE_WB_BASE_URL = ws://159.75.70.95:8000/ws/chat
|
||||
VITE_WB_CAMERA_ONE_URL = ws://159.75.70.95:8000/video_stream/camera1
|
||||
VITE_WB_CAMERA_TWO_URL = ws://159.75.70.95:8000/video_stream/camera2
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# 打包路径
|
||||
VITE_BASE_URL = /
|
||||
VITE_IS_REQUEST_PROXY = true
|
||||
VITE_API_URL = http://159.75.91.126
|
||||
VITE_API_URL = http://159.75.70.95:8888
|
||||
VITE_API_URL_PREFIX = /matagent
|
||||
VITE_WB_BASE_URL = ws://47.121.220.134:8000/matagent/chat
|
||||
VITE_WB_BASE_URL = ws://159.75.70.95:8000/ws/chat
|
||||
VITE_WB_CAMERA_ONE_URL = ws://159.75.70.95:8000/video_stream/camera1
|
||||
VITE_WB_CAMERA_TWO_URL = ws://159.75.70.95:8000/video_stream/camera2
|
||||
@@ -93,7 +93,7 @@ const cameraFun = (val: number) => {
|
||||
}
|
||||
const closeCamera = () => {
|
||||
cameraShow.value = false
|
||||
cameraViewRef.value.cameraNumber = 0
|
||||
// cameraViewRef.value.cameraNumber = 0
|
||||
}
|
||||
const reasoningList = ref<Array<any>>([])
|
||||
// const getModelListFun = async () => {
|
||||
|
||||
Reference in New Issue
Block a user