mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
This commit is contained in:
parent
007a7afdeb
commit
e98fd38a87
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@
|
|||
return response.json()
|
||||
}).then((response) => {
|
||||
if (0 === response.code) {
|
||||
window.location.href = window.location.search.replace('?url=', '')
|
||||
window.location.href = window.location.search.replace('?url=', '') || "/"
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue