日历完成

This commit is contained in:
2020-10-12 16:44:22 +08:00
parent 4683d8882d
commit bbe9e3bcc2
3 changed files with 29 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ export async function userinfo(){
const user = await get<UserInfo>('personalInfo');
// console.log(user.data?.img)
if(user.code == 1001){
router.push("/")
// router.push("/")
return '未登录';
}
return {