|
@@ -54,6 +54,7 @@ const init = async () => {
|
|
|
}
|
|
|
}
|
|
|
const handleJump = () => {
|
|
|
+ fuckYou({id:props.options.id})
|
|
|
if ((props.options.linkUrl ?? '') !== '') {
|
|
|
return router.push(props.options.linkUrl)
|
|
|
}
|
|
@@ -71,7 +72,7 @@ const handleJump = () => {
|
|
|
}
|
|
|
console.log(stringify(query))
|
|
|
router.push(getMessageType(props.options.messageSubType)?.path + '?' + stringify(query))
|
|
|
- fuckYou({id:props.options.id})
|
|
|
+
|
|
|
}
|
|
|
watch(
|
|
|
() => props.options,
|