App.vue: onLaunch() 添加条件语句监听消息
// #ifdef APP-PLUS
const _self = this;
const _handlePush = function(message) {
console.log(message);
//跳转到某个指定的页面
uni
App.vue: onLaunch() 添加条件语句监听消息
// #ifdef APP-PLUS
const _self = this;
const _handlePush = function(message) {
console.log(message);
//跳转到某个指定的页面
uni