refactor(shanghaiStreetMapDasai): 移除无用函数并简化点击处理逻辑

This commit is contained in:
yindongqi 2025-08-08 10:27:55 +08:00
parent 9026c734e6
commit 95c0eaa5f0

View File

@ -4198,14 +4198,10 @@ const handleRowClick = (item: any, index: number) => {
} }
}; };
const relationShipNetwork = () => {
console.log("123")
}
const fancyBtn = ref(null) const fancyBtn = ref(null)
const ripple = ref(null) const ripple = ref(null)
function handleFancyClick(e: MouseEvent) { const handleFancyClick = (e: MouseEvent) => {
relationShipNetwork()
const btn = fancyBtn.value as HTMLElement const btn = fancyBtn.value as HTMLElement
const span = ripple.value as HTMLElement const span = ripple.value as HTMLElement
if (!btn || !span) return if (!btn || !span) return