bill 1 năm trước cách đây
mục cha
commit
28b7bb2510
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) => {