更换接口
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user