// app.ts App({ globalData: {}, onLaunch() {}, waitLogin() { return new Promise((resolve, reject) => { resolve(true); reject(false); }); }, });