perf: 登录逻辑调整
This commit is contained in:
@ -98,7 +98,7 @@ const route = useRoute();
|
||||
const router = useRouter();
|
||||
|
||||
const hasUnreadInfo = computed(() => sideBarStore.unreadInfo.length);
|
||||
const hasOpenEnterprise = computed(() => userStore.isOpenEnterprise);
|
||||
const hasOpenEnterprise = computed(() => enterpriseStore.isOpenEnterprise);
|
||||
|
||||
const exitAccountModalRef = ref(null);
|
||||
const downloadCenterModalRef = ref(null);
|
||||
|
||||
Reference in New Issue
Block a user