修改端口

This commit is contained in:
jingna 2025-08-05 20:12:30 +08:00
parent d1dda9f22d
commit 9d5bdb5005
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ api.interceptors.request.use(
if (window.electronAPI) {
config.baseURL = window.electronAPI.getBackendUrl()
} else {
config.baseURL = 'http://192.168.1.58:5000'
config.baseURL = 'http://192.168.1.173:5000'
}
// 添加时间戳防止缓存

View File

@ -1225,7 +1225,7 @@ async function stopDetection() {
if (isRecording.value) {
stopRecording()
}
saveRecording()
// saveRecording()
isStart.value = false
// // API