remove test menu
This commit is contained in:
parent
aca449a2cb
commit
36297464b4
|
@ -17,15 +17,6 @@ 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