修改端口
This commit is contained in:
parent
d1dda9f22d
commit
9d5bdb5005
@ -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'
|
||||
}
|
||||
|
||||
// 添加时间戳防止缓存
|
||||
|
@ -1225,7 +1225,7 @@ async function stopDetection() {
|
||||
if (isRecording.value) {
|
||||
stopRecording()
|
||||
}
|
||||
saveRecording()
|
||||
// saveRecording()
|
||||
isStart.value = false
|
||||
|
||||
// // 调用后端API停止检测会话
|
||||
|
Loading…
Reference in New Issue
Block a user