Newer
Older
XiaoGanWXMini / unpackage / dist / dev / mp-weixin / pages / webview / index.js
@zhangdeliang zhangdeliang on 29 Jul 542 bytes 迁移
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
  __name: "index",
  setup(__props) {
    const pageUrl = common_vendor.ref("");
    common_vendor.onLoad((option) => {
      pageUrl.value = option.urls;
    });
    return (_ctx, _cache) => {
      return {
        a: pageUrl.value
      };
    };
  }
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "E:/项目/孝感海绵城市/XiaoGanWXMini/pages/webview/index.vue"]]);
wx.createPage(MiniProgramPage);