初始化参股
This commit is contained in:
35
前端/unpackage/dist/dev/mp-weixin/app.js
vendored
Normal file
35
前端/unpackage/dist/dev/mp-weixin/app.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||||
const common_vendor = require("./common/vendor.js");
|
||||
if (!Math) {
|
||||
"./pages/index/index.js";
|
||||
"./pages/cases/list.js";
|
||||
"./pages/cases/detail.js";
|
||||
"./pages/service/index.js";
|
||||
"./pages/about/index.js";
|
||||
"./pages/booking/index.js";
|
||||
"./pages/user/index.js";
|
||||
}
|
||||
const _sfc_main = common_vendor.defineComponent({
|
||||
onLaunch() {
|
||||
common_vendor.index.__f__("log", "at App.uvue:7", "App Launch");
|
||||
},
|
||||
onShow() {
|
||||
common_vendor.index.__f__("log", "at App.uvue:10", "App Show");
|
||||
},
|
||||
onHide() {
|
||||
common_vendor.index.__f__("log", "at App.uvue:13", "App Hide");
|
||||
},
|
||||
onExit() {
|
||||
common_vendor.index.__f__("log", "at App.uvue:34", "App Exit");
|
||||
}
|
||||
});
|
||||
function createApp() {
|
||||
const app = common_vendor.createSSRApp(_sfc_main);
|
||||
return {
|
||||
app
|
||||
};
|
||||
}
|
||||
createApp().app.mount("#app");
|
||||
exports.createApp = createApp;
|
||||
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map
|
||||
Reference in New Issue
Block a user