first commit

This commit is contained in:
lingxiao865
2026-02-10 08:05:03 +08:00
commit c5af079d8c
1094 changed files with 97530 additions and 0 deletions

1
unpackage/dist/build/mp-weixin/app.js vendored Normal file
View File

@@ -0,0 +1 @@
"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;