systemSet.js 489 B

12345678910111213141516171819
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. data() {
  5. return {
  6. title: "Hello"
  7. };
  8. },
  9. onLoad() {
  10. },
  11. methods: {}
  12. };
  13. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  14. return {};
  15. }
  16. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
  17. wx.createPage(MiniProgramPage);
  18. //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/systemSet/systemSet.js.map