You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
866 B

2 months ago
  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. }
  7. const _sfc_main = {
  8. onLaunch: function() {
  9. common_vendor.index.__f__("warn", "at App.vue:4", "当前组件仅支持 uni_modules 目录结构 ,请升级 HBuilderX 到 3.1.0 版本以上!");
  10. common_vendor.index.__f__("log", "at App.vue:5", "App Launch");
  11. },
  12. onShow: function() {
  13. common_vendor.index.__f__("log", "at App.vue:8", "App Show");
  14. },
  15. onHide: function() {
  16. common_vendor.index.__f__("log", "at App.vue:11", "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