微信小程序设置左上角返回键跳转到特定界面

onUnload: function () {
     wx.reLaunch({
       url: '../admin/admin'
     })
   }

 

你可能感兴趣的:(vue)