完善后台布局

This commit is contained in:
2026-01-16 23:17:20 +08:00
parent 8cf5b446cf
commit b4c300bb32
9 changed files with 228 additions and 135 deletions

View File

@@ -17,6 +17,11 @@
import { ref, watch } from 'vue'
import { useRoute, useRouter } from 'vue-router'
// 定义组件名称(多词命名)
defineOptions({
name: 'LayoutBreadcrumb'
})
const route = useRoute()
const router = useRouter()
const breadcrumbList = ref([])