登录处理

This commit is contained in:
2025-12-30 22:54:57 -08:00
parent a9cbd2b921
commit ab5de5e0f5
7 changed files with 51 additions and 13 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { HiAesUtil } from './HiAesUtil.ts'
const encryptionKey = 'c0qhq99a-nq8h-ropg-wrlc-ezj4dlkxqpzx'
function redirectLogin() {
localStorage.removeItem('Authorization')
router.push('/')
router.push({ path: '/', query: { login: 'true' } })
}
export interface ExtraConfig {
/**