src/layouts/basic.vue
@@ -303,6 +303,16 @@ /> </div> </template> --> <template #header-right-170> <button type="button" class="flex cursor-pointer items-center gap-1.5 rounded-md border-none bg-primary/15 px-3 py-1.5 text-sm font-medium text-primary transition-colors hover:bg-primary/25" @click="router.push({ name: 'MesWorkbench' })" > <IconifyIcon icon="lucide:factory" class="size-4" /> <span>工作台</span> </button> </template> <template #extra> <AuthenticationLoginExpiredModal v-model:open="accessStore.loginExpired"