Browse Source

Merge remote-tracking branch 'origin/master'

chenjun 1 year ago
parent
commit
fe01d480d9
1 changed files with 8 additions and 0 deletions
  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[];