src/router/index.js @@ -75,6 +75,10 @@ { path: 'home', component: () => import('@/views/screen/index.vue') }, { path: 'production', component: () => import('@/views/screen/production.vue') } ] },