Browse Source

refactor: 重构完成

kailong321200875 1 year ago
parent
commit
5d55597cca
1 changed files with 0 additions and 19 deletions
  1. 0 19
      src/router/index.ts

+ 0 - 19
src/router/index.ts

@@ -567,25 +567,6 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
         }
       }
     ]
-  },
-  {
-    path: '/dynamic',
-    component: Layout,
-    redirect: '/404',
-    name: 'Dynamic',
-    meta: {
-      hidden: true
-    },
-    children: [
-      {
-        path: 'tab/:id',
-        component: () => import('@/components/Dynamic/src/Dynamic.vue'),
-        name: 'Dynamic',
-        meta: {
-          title: '详情页'
-        }
-      }
-    ]
   }
 ]