|
@@ -117,4 +117,10 @@ export const routes: Routes = [
|
|
|
component: () => import("@/view/case/draw/index.vue"),
|
|
|
meta: { title: "绘制卷宗图" },
|
|
|
},
|
|
|
+ {
|
|
|
+ name: RouteName.noCase,
|
|
|
+ path: "/no-case",
|
|
|
+ component: () => import("@/view/case/no-case.vue"),
|
|
|
+ meta: { title: "案件不存在" },
|
|
|
+ },
|
|
|
];
|