소스 검색

风险防控页面

hmm 9 달 전
부모
커밋
32601c1818
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/router/routes.ts

+ 8 - 0
src/router/routes.ts

@@ -224,6 +224,14 @@ export const constantRoutes: Array<RouteRecordRaw> = [
       title: "信息发布"
       title: "信息发布"
     }
     }
   },
   },
+  {
+    path: "/riskManagement",
+    name: "riskManagement",
+    component: () => import("@/views/worker/riskManagement/index.vue"),
+    meta: {
+      title: "信息发布"
+    }
+  },
   {
   {
     path: "/test",
     path: "/test",
     name: "test",
     name: "test",