前端獲取這個push推送的值,但是提示這個報錯,找不到這個值
你這是直接獲取js屬性 你應該監(jiān)聽消息事件才行,像這樣 user_channel.on('message',(data)=>{ console.log(data); })