修改端口
This commit is contained in:
parent
d1dda9f22d
commit
9d5bdb5005
@ -16,7 +16,7 @@ api.interceptors.request.use(
|
|||||||
if (window.electronAPI) {
|
if (window.electronAPI) {
|
||||||
config.baseURL = window.electronAPI.getBackendUrl()
|
config.baseURL = window.electronAPI.getBackendUrl()
|
||||||
} else {
|
} else {
|
||||||
config.baseURL = 'http://192.168.1.58:5000'
|
config.baseURL = 'http://192.168.1.173:5000'
|
||||||
}
|
}
|
||||||
|
|
||||||
// 添加时间戳防止缓存
|
// 添加时间戳防止缓存
|
||||||
|
@ -1225,7 +1225,7 @@ async function stopDetection() {
|
|||||||
if (isRecording.value) {
|
if (isRecording.value) {
|
||||||
stopRecording()
|
stopRecording()
|
||||||
}
|
}
|
||||||
saveRecording()
|
// saveRecording()
|
||||||
isStart.value = false
|
isStart.value = false
|
||||||
|
|
||||||
// // 调用后端API停止检测会话
|
// // 调用后端API停止检测会话
|
||||||
|
Loading…
Reference in New Issue
Block a user