This commit is contained in:
wangzenghua 2025-04-30 10:14:10 +01:00
parent f1dabdfe4c
commit deedf1e3a4

View File

@ -46,7 +46,7 @@ const router = useRouter();
const route = useRoute(); const route = useRoute();
onMounted(() => { onMounted(() => {
handleWidth(); handleWidth();
activeTitle.value = router.currentRoute.value.name; activeTitle.value = '/v2/' + router.currentRoute.value.name;
}); });
// const emit = defineEmits(['changeTitle']); // const emit = defineEmits(['changeTitle']);
const props = defineProps({ const props = defineProps({