Files
1XJT/scoring/unpackage/dist/dev/mp-weixin/app.js

37 lines
1.1 KiB
JavaScript
Raw Normal View History

2025-11-12 15:08:51 +08:00
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
const api_login = require("./api/login.js");
const utils_StaticValue = require("./utils/StaticValue.js");
if (!Math) {
"./pages/index/index.js";
"./pages/history-game/history-game.js";
"./pages/my/my.js";
"./pages/single/single.js";
"./pages/user-detail/user-detail.js";
"./pages/compute/compute.js";
}
const _sfc_main = {
onLaunch: function() {
common_vendor.index.__f__("log", "at App.vue:4", "App Launch");
},
onShow: function() {
common_vendor.index.__f__("log", "at App.vue:7", "App Show");
},
onHide: function() {
common_vendor.index.__f__("log", "at App.vue:10", "App Hide");
}
};
function createApp() {
const app = common_vendor.createSSRApp(_sfc_main);
app.config.globalProperties.$StaticValue = utils_StaticValue.StaticValue;
return {
app
};
}
api_login.checkLoginStatus();
api_login.getToken();
createApp().app.mount("#app");
exports.createApp = createApp;
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map