123456789101112131415161718192021222324 |
- "use strict";
- var common_vendor = require("../../common/vendor.js");
- const _sfc_main = {
- data() {
- return {};
- },
- onLoad() {
- this.navigatHandler();
- },
- methods: {
- navigatHandler: function() {
- common_vendor.index.reLaunch({
- url: "/pages/index/index",
- animationType: "pop-in",
- animationDuration: 100
- });
- }
- }
- };
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
- return {};
- }
- var MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "E:/Project/2023/\u95EE\u8BCA\u5E73\u53F0/his_user_miniapp/pages/common/launch.vue"]]);
- wx.createPage(MiniProgramPage);
|