想要监听到路由的变化,做全局的权限控制,请问有办法吗?
App({ //首次启动 onLaunch: function (options) { wx.onAppRoute(function(res){ console.log({res}) }) },
同求