"use strict"; var _a; const name = "uni-app-demo"; const appid = "__UNI__2391417"; const description = "demo"; const versionName = "1.0.0"; const versionCode = "100"; const transformPx = false; const quickapp = {}; const uniStatistics = { enable: false }; const vueVersion = "3"; const manifest = { name, appid, description, versionName, versionCode, transformPx, "app-plus": { usingComponents: true, nvueStyleCompiler: "uni-app", compilerVersion: 3, splashscreen: { alwaysShowBeforeRender: true, waiting: true, autoclose: true, delay: 0 }, modules: {}, distribute: { android: { permissions: [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '' ] }, ios: {}, sdkConfigs: {} } }, quickapp, "mp-weixin": { appid: "wxede0b125eed31b0d", setting: { urlCheck: false, es6: false, minified: true }, usingComponents: true, optimization: { subPackages: true } }, "mp-alipay": { usingComponents: true }, "mp-baidu": { usingComponents: true }, "mp-toutiao": { usingComponents: true }, uniStatistics, vueVersion }; let appId = ""; appId = (_a = manifest["mp-weixin"]) == null ? void 0 : _a.appid; const GLOBALDATA = { appId, token: "", accountInfo: { miniProgram: { appId, envVersion: "develop", version: "" } }, /** 是否登录成功 */ logSuccess: false, /** 配置判断是否需要互联网医院Websocket */ hasWebsocket: false, /** 设备信息 */ smallPro_systemInfo: {}, /**渠道Id */ channelId: "smallpro" // /**当前手机绑定的所有就诊人 */ // memberList: null, // /**当前就诊人 */ // currentUser: null, // /**渠道Id */ // channelId: 'smallpro', // /**个性化配置 */ // config: {}, // /**form表单配置 */ // formConfigList: {}, // /**session配置信息 */ // session: {}, }; exports.GLOBALDATA = GLOBALDATA; //# sourceMappingURL=../../.sourcemap/mp-weixin/config/globalData.js.map