提交 21897213 编写于 作者: D DCloud_LXH

fix(type): uni.onPushMessage

上级 60a5ca76
......@@ -9,7 +9,6 @@ interface OnPushMessageSuccess {
}
}
export function initPushRoute() {
// @ts-expect-error
uni.onPushMessage((res: OnPushMessageSuccess) => {
if (res.data && res.data.path && res.type === 'receive') {
// 仅 App 端
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册