Files
mini-yu/unpackage/dist/build/mp-weixin/app.js
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00

2 lines
358 B
JavaScript

"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./common/vendor.js");Math;const e={onLaunch:function(){n.index.getStorageSync("token")||n.index.reLaunch({url:"/pages/login/login"})},onShow:function(){},onHide:function(){}};function o(){return{app:n.createSSRApp(e)}}o().app.mount("#app"),exports.createApp=o;