app.js 997 B

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