const app = getApp() Page({ data: { title: '首页', }, onLoad() { app.waitLogin() }, }) export {}