add test page for execute command

This commit is contained in:
medcl 2020-03-21 21:07:46 +08:00
parent 53625c8d77
commit 2b68e74680
1 changed files with 9 additions and 0 deletions

View File

@ -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' },
{