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'],
|
Routes: ['src/pages/Authorized'],
|
||||||
authority: ['admin', 'user'],
|
authority: ['admin', 'user'],
|
||||||
routes: [
|
routes: [
|
||||||
|
|
||||||
|
//测试专用
|
||||||
|
{
|
||||||
|
path: '/test',
|
||||||
|
name: 'test',
|
||||||
|
icon: 'AppstoreAdd',
|
||||||
|
component: './Endpoints/Execute',
|
||||||
|
},
|
||||||
|
|
||||||
// dashboard
|
// dashboard
|
||||||
{ path: '/', redirect: '/platform' },
|
{ path: '/', redirect: '/platform' },
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue