const _app = getApp() Page({ data: {}, onLoad() {}, handleDetail() { wx.navigateTo({ url: '/doctor/pages/article/index', }) }, }) export {}