pref: 删除无用代码

This commit is contained in:
xiaozzzi 2024-04-07 01:33:12 +08:00
parent b987479e1c
commit 63340b5a05

View File

@ -78,7 +78,6 @@ const activeMenuPath = ref<string>('home')
watch(
() => router.currentRoute.value,
(newRoute) => {
console.log(newRoute);
activeMenuPath.value = newRoute.path
},
{ immediate: true }