remove test menu

This commit is contained in:
medcl 2020-03-27 12:09:37 +08:00
parent aca449a2cb
commit 36297464b4
1 changed files with 0 additions and 9 deletions

View File

@ -17,15 +17,6 @@ export default [
Routes: ['src/pages/Authorized'],
authority: ['admin', 'user'],
routes: [
//测试专用
{
path: '/test',
name: 'test',
icon: 'AppstoreAdd',
component: './Endpoints/Execute',
},
// dashboard
{ path: '/', redirect: '/platform' },
{