bill 2 년 전
부모
커밋
28b7bb2510
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store/system.ts

+ 1 - 1
src/store/system.ts

@@ -30,7 +30,7 @@ export const login = async (props: LoginProps) => {
 };
 
 if (user.value.token) {
-  await refreshRole();
+  refreshRole();
 }
 
 export const uploadFile = async (file: File) => {