This commit is contained in:
2025-02-24 20:17:38 +08:00
parent 5bed43322d
commit 350ec37d29
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 () => {