bill hace 1 año
padre
commit
28b7bb2510
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) => {