todo:
This commit is contained in:
@ -12,9 +12,10 @@
|
||||
`/approval/data-list/laboratory`,
|
||||
].includes(basePath)
|
||||
"
|
||||
:value="getCount(basePath)"
|
||||
class="count-badge"
|
||||
>
|
||||
<!-- FIXME:无限递归bug-->
|
||||
<!-- :value="getCount(basePath)"-->
|
||||
<div>
|
||||
<template
|
||||
v-if="
|
||||
|
@ -31,7 +31,8 @@ router.beforeEach((to, from, next) => {
|
||||
.getInfo()
|
||||
.then(() => {
|
||||
isRelogin.show = false;
|
||||
useUserStore().getApprovalCount();
|
||||
// FIXME:
|
||||
// useUserStore().getApprovalCount();
|
||||
usePermissionStore()
|
||||
.generateRoutes()
|
||||
.then((accessRoutes) => {
|
||||
|
Reference in New Issue
Block a user