feature: Degraded Operations Visibility

This commit is contained in:
voltsrage
2026-06-23 23:18:31 +08:00
parent 940e27c0ac
commit 4399996448
81 changed files with 3949 additions and 323 deletions
+2
View File
@@ -2,12 +2,14 @@
import { computed } from 'vue'
import { useRoute } from 'vue-router'
import AppShell from '@/components/layout/AppShell.vue'
import DegradedModeBanner from '@/components/DegradedModeBanner.vue'
const route = useRoute()
const useShell = computed(() => !route.meta.public)
</script>
<template>
<DegradedModeBanner />
<AppShell v-if="useShell">
<RouterView v-slot="{ Component }">
<KeepAlive include="WardDashboard">