You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
814 B
28 lines
814 B
"use strict";
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
const common_vendor = require("./common/vendor.js");
|
|
if (!Math) {
|
|
"./pages/login/login.js";
|
|
"./pages/index/index.js";
|
|
"./pages/userInfo/userInfo.js";
|
|
"./pages/payment/payment.js";
|
|
"./pages/expense/expense.js";
|
|
}
|
|
const _sfc_main = {};
|
|
if (!Array) {
|
|
const _component_router_view = common_vendor.resolveComponent("router-view");
|
|
_component_router_view();
|
|
}
|
|
function _sfc_render(_ctx, _cache) {
|
|
return {};
|
|
}
|
|
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
function createApp() {
|
|
const app = common_vendor.createSSRApp(App);
|
|
return {
|
|
app
|
|
};
|
|
}
|
|
createApp().app.mount("#app");
|
|
exports.createApp = createApp;
|
|
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map
|