@@ -9,8 +9,9 @@ Vue.use(Router);
const quietRoute = [
{
path: '/',
- redirect: '/homeIndex'
- }, {
+ component: () => import('@views/commandDispatch/index.vue'),
+ },
+ {
path: '/homeIndex',
component: () => import('@views/commandDispatch/index.vue'),
meta: { title: '首页' }