app.js
1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports[Symbol.toStringTag] = "Module";
var common_vendor = require("./common/vendor.js");
var api_methods = require("./api/methods.js");
if (!Math) {
"./pages/index/index.js";
"./pages/index/search.js";
"./pages/index/shopDetaile.js";
"./pages/index/allComment.js";
"./pages/index/bargainPrice.js";
"./pages/class/class.js";
"./pages/class/classList.js";
"./pages/pointsMall/pointsMall.js";
"./pages/pointsMall/pointsDetaile.js";
"./pages/shopCar/shopCar.js";
"./pages/shopCar/confirmOrder.js";
"./pages/mine/mine.js";
"./pages/mine/myOrder.js";
"./pages/mine/orderDetail.js";
"./pages/mine/recharge.js";
"./pages/mine/evaluate.js";
"./pages/mine/myAddress.js";
"./pages/mine/newAddress.js";
"./pages/mine/myPoints.js";
"./pages/login/login.js";
}
const _sfc_main = {
onLaunch: function() {
console.log("App Launch");
},
onShow: function() {
console.log("App Show");
},
onHide: function() {
console.log("App Hide");
}
};
var App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/vue/\u5927\u5065\u5EB7\u5546\u57CE/healthMall/App.vue"]]);
function createApp() {
const app = common_vendor.createSSRApp(App);
app.config.globalProperties.$methods = api_methods.methods;
app.use(common_vendor.uviewPlus);
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;