bec3376c by 杨威

修复路由出错问题

1 parent c35e886b
...@@ -85,8 +85,8 @@ const constantRoutes = [ ...@@ -85,8 +85,8 @@ const constantRoutes = [
85 }, 85 },
86 { 86 {
87 path: "/ljz", 87 path: "/ljz",
88 name: "宗地", 88 name: "宗地1",
89 code: "1-5", 89 code: "1-6",
90 component: () => import("@/views/basic/ljz/index"), 90 component: () => import("@/views/basic/ljz/index"),
91 }, 91 },
92 ], 92 ],
......