App({ globalData: { launchOptions: null, }, onLaunch(options) { // 中文注释:保留启动参数,供分享路径与 H5 深链入口统一读取。 this.globalData.launchOptions = options; }, });