Skip to content

Commit

Permalink
解决表单页和列表页的导航条重复显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lvsike authored and sendya committed Jul 26, 2021
1 parent 2e3bad6 commit dc3b6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mock/services/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ const userNav = options => {
title: '表单页'
},
redirect: '/form/base-form',
component: 'PageView'
component: 'RouteView'
},
{
name: 'basic-form',
Expand Down Expand Up @@ -564,7 +564,7 @@ const userNav = options => {
show: true
},
redirect: '/list/table-list',
component: 'PageView'
component: 'RouteView'
},
{
name: 'table-list',
Expand Down

0 comments on commit dc3b6fc

Please sign in to comment.