This commit is contained in:
sjl
2025-01-16 16:32:06 +08:00
parent a75e964adc
commit fe1bb04922
5 changed files with 22 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ const tabsDrop = () => {
// Tab Click
const tabClick = (tabItem: TabsPaneContext) => {
const fullPath = tabItem.props.name as string
console.log("🚀 ~ tabClick ~ fullPath:", tabItem)
// console.log("🚀 ~ tabClick ~ fullPath:", tabItem)
router.push(fullPath)
}