|
|
@ -44,11 +44,10 @@ const menuList = [
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
const getCurrentRoute = path => {
|
|
|
|
const getCurrentRoute = path => {
|
|
|
|
console.log(route.path, path, 'SSS')
|
|
|
|
return route.path.includes(path)
|
|
|
|
return route.path == path
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const handlerPath = (path)=>{
|
|
|
|
const handlerPath = (path)=>{
|
|
|
|
router.push({path:path,query:{id:Date.now()}})
|
|
|
|
router.push(path + '/'+ Date.now())
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|