const app = getApp<IAppOption>();
Page({
data: {},
onLoad() {
// app.waitLogin().then(() => {});
},
});
export {};