diff --git a/web/config/router.config.js b/web/config/router.config.js index ea8bc503..93344ba1 100644 --- a/web/config/router.config.js +++ b/web/config/router.config.js @@ -18,7 +18,7 @@ export default [ authority: ['admin', 'user'], routes: [ // dashboard - { path: '/', redirect: '/platform' }, + { path: '/', redirect: '/platform/gateway' }, { path: '/platform', name: 'platform',