release: update 3.6.4

This commit is contained in:
xiaoxian521
2022-11-10 12:28:10 +08:00
parent 9a802296c7
commit 1bafbeaab7
14 changed files with 68 additions and 114 deletions

View File

@@ -30,7 +30,7 @@ const options = [
function onChange() {
useUserStoreHook()
.loginByUsername({ username: username.value })
.loginByUsername({ username: username.value, password: "admin123" })
.then(res => {
if (res.success) {
usePermissionStoreHook().clearAllCachePage();