更换接口

This commit is contained in:
李志鹏
2026-04-28 17:24:59 +08:00
parent 27da8f6680
commit 55481c6d51
19 changed files with 299 additions and 306 deletions

View File

@@ -57,8 +57,8 @@
if (path === activePath.value) return
router.push(path)
}
onMounted(()=>{
myEvent.add('newListing',(path)=>{
onMounted(() => {
myEvent.add("newListing", (path) => {
toolTipBoxRef.value.routerPath = path
visible.value = true
})