1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29:01 +08:00

fix: fullPath

This commit is contained in:
zclzone 2022-11-14 18:29:41 +08:00
parent 649fe1d4e8
commit 67b11f04fc

View File

@ -41,7 +41,7 @@ const contextMenuOption = reactive({
watch(
() => route.path,
() => {
const { name, path } = route
const { name, fullPath: path } = route
const title = route.meta?.title
tagsStore.addTag({ name, path, title })
},