소스 검색

根路径配置

jzh 1 년 전
부모
커밋
c0e849f3c5
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      client_h5/src/router/routes.ts

+ 8 - 0
client_h5/src/router/routes.ts

@@ -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[];