app.js 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. "use strict";
  2. Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
  3. const common_vendor = require("./common/vendor.js");
  4. if (!Math) {
  5. "./pages/splash/splash.js";
  6. "./pages/login/login.js";
  7. "./pages/index/index.js";
  8. "./pages/customer/list.js";
  9. "./pages/message/list.js";
  10. "./pages/stats/index.js";
  11. "./pages/mine/index.js";
  12. "./pages/test/debug.js";
  13. }
  14. const _sfc_main = {
  15. onLaunch: function() {
  16. common_vendor.index.__f__("warn", "at App.vue:4", "当前组件仅支持 uni_modules 目录结构,请升级 HBuilderX 到 3.1.0 版本以上!");
  17. common_vendor.index.__f__("log", "at App.vue:5", "App Launch");
  18. },
  19. onShow: function() {
  20. common_vendor.index.__f__("log", "at App.vue:8", "App Show");
  21. },
  22. onHide: function() {
  23. common_vendor.index.__f__("log", "at App.vue:11", "App Hide");
  24. }
  25. };
  26. function createApp() {
  27. const app = common_vendor.createSSRApp(_sfc_main);
  28. return {
  29. app
  30. };
  31. }
  32. createApp().app.mount("#app");
  33. exports.createApp = createApp;
  34. //# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map