app.js 835 B

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