Explorar el Código

根路径配置

jzh hace 1 año
padre
commit
c0e849f3c5
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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[];