diff --git a/app/web/config/router.config.js b/app/web/config/router.config.js index e98dff32..642f58cd 100644 --- a/app/web/config/router.config.js +++ b/app/web/config/router.config.js @@ -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' }, {