详情顶部导航跳转

This commit is contained in:
2023-07-26 19:27:30 +08:00
parent 44d99b26ce
commit 77b5e5e6aa
7 changed files with 44 additions and 47 deletions

View File

@@ -133,8 +133,8 @@ let openInfo = (data) => {
//监听路由
const route = useRoute()
let routePath = ref('')
routePath.value = route.path
tabBtnType.value = route.path
routePath.value = route.meta.path
tabBtnType.value = route.meta.path
</script>
<style scoped>