|
@@ -293,6 +293,14 @@ const routes: RouteRecordRaw[] = [
|
|
|
},
|
|
|
component: () => import("@/pages/officialSealUse/index.vue"),
|
|
|
},
|
|
|
+ {
|
|
|
+ path: "officialSealOuter",
|
|
|
+ name: "officialSealOuter",
|
|
|
+ meta: {
|
|
|
+ title: "公章外借申请",
|
|
|
+ },
|
|
|
+ component: () => import("@/pages/officialSealOuter/index.vue"),
|
|
|
+ },
|
|
|
] as RouteRecordRaw[],
|
|
|
},
|
|
|
] as RouteRecordRaw[];
|