wangxin 7 months ago
parent
commit
70c6a77e5b
1 changed files with 16 additions and 0 deletions
  1. 16 0
      src/router/index.js

+ 16 - 0
src/router/index.js

@@ -261,6 +261,22 @@ export const dynamicRoutes = [
         }
       }
     ]
+  },
+  {
+    path: '/basic',
+    component: Layout,
+    hidden: true,
+    permissions: ['business:reject:query'],
+    children: [
+      {
+        path: 'reject/:categoryId(.*)/:carrierCode(.*)',
+        component: () => import('@/views/business/reject/index'),
+        name: 'carrierInfo',
+        meta: {
+          title: '废弃信息'
+        }
+      }
+    ]
   }
 ]