diff --git a/app/web/config/router.config.js b/app/web/config/router.config.js index 7774fb1c..73d8e2f8 100644 --- a/app/web/config/router.config.js +++ b/app/web/config/router.config.js @@ -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' }, {