bec3376c by 杨威

修复路由出错问题

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