mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-24 20:14:26 +08:00
退出登录之后不是刷新页面,而是直接跳转到登录页面
This commit is contained in:
@@ -716,6 +716,7 @@ const sendSSERequest = async (message) => {
|
||||
} else {
|
||||
const errorMsg = `连接失败 (状态码: ${response.status})`
|
||||
ElMessage.error(errorMsg)
|
||||
console.error('SSE connection failed', response)
|
||||
enableInput()
|
||||
throw new Error(errorMsg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user