合同小程序前端代码仓库
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.
 
 
 
 
 

34 lines
990 B

"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
"./pages/index/login.js";
"./pages/home/home.js";
"./pages/index/wode.js";
"./pages/views/dingDanCreate.js";
"./pages/index/dingdan.js";
"./pages/index/PayPal.js";
}
const _sfc_main = common_vendor.defineComponent({
onLaunch: function() {
common_vendor.index.__f__("log", "at App.uvue:5", "App Launch");
},
onShow: function() {
common_vendor.index.__f__("log", "at App.uvue:8", "App Show");
},
onHide: function() {
common_vendor.index.__f__("log", "at App.uvue:11", "App Hide");
},
onExit: function() {
common_vendor.index.__f__("log", "at App.uvue:32", "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