Skip to content

Commit

Permalink
style(router): 移除参数管理页面
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Sep 15, 2020
1 parent c75fb86 commit 0361a2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ const asyncRouter:RouterType[] = [
component: () => import(/* webpackChunkName: "dev" */ '@/views/devTools/Dict.vue'),
meta: { title: '字典管理' },
},
{
path: 'params',
name: 'Params',
component: () => import(/* webpackChunkName: "dev" */ '@/views/devTools/Params.vue'),
meta: { title: '参数设置' },
},
],
},
{ path: '*', redirect: '/404', hidden: true },
Expand Down

0 comments on commit 0361a2e

Please sign in to comment.