Browse Source

风险防控页面

hmm 7 months ago
parent
commit
32601c1818
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/router/routes.ts

+ 8 - 0
src/router/routes.ts

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