修复路由出错问题
Showing
1 changed file
with
2 additions
and
2 deletions
-
Please register or sign in to post a comment
... | ... | @@ -85,8 +85,8 @@ const constantRoutes = [ |
}, | ||
{ | ||
path: "/ljz", | ||
name: "宗地", | ||
code: "1-5", | ||
name: "宗地1", | ||
code: "1-6", | ||
component: () => import("@/views/basic/ljz/index"), | ||
}, | ||
], | ||
... | ... |