app.js 902 B

123456789101112131415161718192021222324252627282930313233
  1. "use strict";
  2. Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
  3. const common_vendor = require("./common/vendor.js");
  4. if (!Math) {
  5. "./pages/home/home.js";
  6. "./pages/daixjgk/daixjgk.js";
  7. "./pages/warehouse/warehouse.js";
  8. "./pages/systemSet/systemSet.js";
  9. "./pages/clockIn/clockIn.js";
  10. "./pages/popup/popup.js";
  11. "./pages/index/index.js";
  12. }
  13. const _sfc_main = {
  14. onLaunch: function() {
  15. common_vendor.index.__f__("log", "at App.vue:4", "App Launch");
  16. },
  17. onShow: function() {
  18. common_vendor.index.__f__("log", "at App.vue:7", "App Show");
  19. },
  20. onHide: function() {
  21. common_vendor.index.__f__("log", "at App.vue:10", "App Hide");
  22. }
  23. };
  24. function createApp() {
  25. const app = common_vendor.createSSRApp(_sfc_main);
  26. return {
  27. app
  28. };
  29. }
  30. createApp().app.mount("#app");
  31. exports.createApp = createApp;
  32. //# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map