// app.ts App({ /** * 全局数据 */ globalData: {}, /** * 小程序加载时 */ onLaunch() { }, })