Novecane
2025-02-15 a12e5f63a90446525b2f322fb2bbd21d5285cd6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"use strict";
const common_vendor = require("../../common/vendor.js");
if (!Math) {
  (TopInfo + Header + DeviceContainer + Main)();
}
const Header = () => "./header/header.js";
const Main = () => "./main/main.js";
const TopInfo = () => "../router/header/index.js";
const DeviceContainer = () => "../router/main/index.js";
const _sfc_main = {
  __name: "index",
  setup(__props) {
    return (_ctx, _cache) => {
      return {};
    };
  }
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7851d443"]]);
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/layout/index.js.map