fix:修改菜单布局
This commit is contained in:
@@ -72,7 +72,7 @@ export const useAuthStore = defineStore(SetupStoreId.Auth, () => {
|
||||
startLoading();
|
||||
|
||||
const { data: loginToken, error } = await fetchLogin(loginForm);
|
||||
|
||||
console.log(loginToken) //lai
|
||||
if (!error) {
|
||||
const pass = await loginByToken(loginToken);
|
||||
onSuccess && onSuccess();
|
||||
|
||||
Reference in New Issue
Block a user