修复路由出错问题
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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 | ], | ... | ... |
-
Please register or sign in to post a comment