🎨 更新用户版本

This commit is contained in:
2025-09-02 22:56:30 +08:00
parent 8276b3e87f
commit a1906d2a36
71 changed files with 4790 additions and 962 deletions

View File

@@ -115,7 +115,7 @@ router.beforeEach(async (to, from) => {
return {
name: 'Login',
query: { redirect: to.href }
query: { redirect: to.fullPath }
}
}
@@ -126,7 +126,7 @@ router.beforeEach(async (to, from) => {
return {
name: 'Login',
query: {
redirect: document.location.hash
redirect: to.fullPath
}
}
})