fix platform router
This commit is contained in:
parent
6595fe1b19
commit
3b0bde4e21
|
@ -18,12 +18,11 @@ export default [
|
|||
authority: ['admin', 'user'],
|
||||
routes: [
|
||||
// dashboard
|
||||
{ path: '/', redirect: '/platform' },
|
||||
{ path: '/', redirect: '/platform/gateway' },
|
||||
{
|
||||
path: '/platform',
|
||||
name: 'platform',
|
||||
icon: 'dashboard',
|
||||
component: './Dashboard/Analysis',
|
||||
routes: [
|
||||
{
|
||||
path: '/platform/gateway',
|
||||
|
|
Loading…
Reference in New Issue