Uni-App App 监听 push 通知点击事件方法
Uni-App App 监听 push 通知点击事件方法在 App.vue 中 onLaunch() 函数中监听 app push 事件uni.onPushMessage(({ type, data }) => {
// 这里不要处理 type 为 click 的事 More...