index14.js 540 B

1234567891011121314151617181920212223242526
  1. import { openBlock as o, createElementBlock as r, createVNode as n } from "vue";
  2. import { l as a } from "./index2.js";
  3. import { C as s } from "./index25.js";
  4. const c = {
  5. name: "HomePage",
  6. data() {
  7. return {};
  8. },
  9. methods: {
  10. handLink(e) {
  11. this.$router.push(e);
  12. }
  13. },
  14. mounted() {
  15. }
  16. }, d = { class: "home-page" };
  17. function m(e, p, _, i, f, u) {
  18. const t = s;
  19. return o(), r("div", d, [
  20. n(t, { title: "自定义登录页" })
  21. ]);
  22. }
  23. const x = /* @__PURE__ */ a(c, [["render", m]]);
  24. export {
  25. x as default
  26. };