index.js 465 B

1234567891011
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. // 隐私政策页面无需特殊逻辑,但仍需符合Vue 2格式
  5. };
  6. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  7. return {};
  8. }
  9. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
  10. wx.createPage(MiniProgramPage);
  11. //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/privacy/index.js.map