|
@ -31,6 +31,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
<script lang="ts" setup name="bb"> |
|
|
<script lang="ts" setup name="bb"> |
|
|
import type { RouteLocationNormalizedLoaded } from 'vue-router' |
|
|
import type { RouteLocationNormalizedLoaded } from 'vue-router' |
|
|
|
|
|
import router from "@/router"; |
|
|
import { useIcon } from '@/hooks/web/useIcon' |
|
|
import { useIcon } from '@/hooks/web/useIcon' |
|
|
import { setTenantId, setToken } from '@/utils/auth' |
|
|
import { setTenantId, setToken } from '@/utils/auth' |
|
|
import { usePermissionStore } from '@/store/modules/permission' |
|
|
import { usePermissionStore } from '@/store/modules/permission' |
|
|