add test page for execute command
This commit is contained in:
parent
53625c8d77
commit
2b68e74680
|
@ -17,6 +17,15 @@ export default [
|
|||
Routes: ['src/pages/Authorized'],
|
||||
authority: ['admin', 'user'],
|
||||
routes: [
|
||||
|
||||
//测试专用
|
||||
{
|
||||
path: '/test',
|
||||
name: 'test',
|
||||
icon: 'AppstoreAdd',
|
||||
component: './Endpoints/Execute',
|
||||
},
|
||||
|
||||
// dashboard
|
||||
{ path: '/', redirect: '/platform' },
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue