瀏覽代碼

根路径配置

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