workbench.js 708 B

123456789101112131415161718192021222324252627
  1. import { resolveComponent as o, openBlock as t, createElementBlock as n, createVNode as r, withCtx as c, createTextVNode as s, createElementVNode as a } from "vue";
  2. import { r as m } from "./index2.js";
  3. const _ = {
  4. name: "WorkbenchCommon",
  5. data() {
  6. return {};
  7. },
  8. methods: {},
  9. mounted() {
  10. }
  11. }, d = { class: "workbench-common" }, i = /* @__PURE__ */ a("div", null, "工作台页", -1);
  12. function l(p, u, h, f, k, x) {
  13. const e = o("router-link");
  14. return t(), n("div", d, [
  15. i,
  16. r(e, { to: "/housing/listings" }, {
  17. default: c(() => [
  18. s("跳转到业务首页")
  19. ]),
  20. _: 1
  21. })
  22. ]);
  23. }
  24. const v = /* @__PURE__ */ m(_, [["render", l]]);
  25. export {
  26. v as default
  27. };