Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/Mine/Mine.js

22 lines
621 B
JavaScript
Raw Normal View History

2025-05-13 22:16:09 +08:00
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
2025-05-15 22:24:39 +08:00
data() {
return {
title: "Hello"
};
},
onLoad() {
common_vendor.index.reLaunch({ url: "/pages/UserInformation/UserInformation" });
},
2025-05-13 22:16:09 +08:00
methods: {
2025-05-15 22:24:39 +08:00
// 方法定义
2025-05-13 22:16:09 +08:00
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
2025-05-15 22:24:39 +08:00
return {};
2025-05-13 22:16:09 +08:00
}
2025-05-15 22:24:39 +08:00
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-402ad917"]]);
2025-05-13 22:16:09 +08:00
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/Mine/Mine.js.map