更新代码

This commit is contained in:
yiqiuyang
2025-09-06 10:09:54 +08:00
parent 4414fe517b
commit fa7cb5625c
39 changed files with 574 additions and 177 deletions
-1
View File
@@ -11,7 +11,6 @@ export const useNavStore = defineStore(
return
} else {
navIndex.value = id
console.log(localStorage.getItem('nav'))
}
}