提交代码

This commit is contained in:
yiqiuyang
2025-10-15 16:46:35 +08:00
parent 9a01223fc9
commit 502eaff488
36 changed files with 595 additions and 196 deletions

View File

@ -9,7 +9,7 @@ const {navIndex} = storeToRefs(navStore)
// 响应式数据
const navList = ref([])
const activeIndex = ref(null)
const activeIndex = ref('/')
// 处理导航选择
const handleSelect = (key) => {