app.js 739 B

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