|
@@ -68,7 +68,7 @@ export default defineComponent({
|
|
|
}
|
|
|
const handleOpen = () => {
|
|
|
const src: string = route?.path || 'accompany'
|
|
|
- console.log('🚀 ~ route.path', src)
|
|
|
+ // console.log('🚀 ~ route.path', src)
|
|
|
data.childPath = src.replace(/\//g, '') || 'accompany'
|
|
|
}
|
|
|
watch(
|