|
|
|
|
@ -32,11 +32,14 @@ import plainView from '@/plainView'
|
|
|
|
|
// 公共路由
|
|
|
|
|
export const constantRoutes = [
|
|
|
|
|
{
|
|
|
|
|
path: '/board',
|
|
|
|
|
component: () => import('@/views/board/index.vue'),
|
|
|
|
|
path: '/factoryIndex',
|
|
|
|
|
component: () => import('@/views/board/factoryIndex.vue'),
|
|
|
|
|
hidden: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/lineIndex',
|
|
|
|
|
component: () => import('@/views/board/lineIndex.vue'),
|
|
|
|
|
hidden: true
|
|
|
|
|
}, {
|
|
|
|
|
path: '/board1', component: () => import('@/views/board/index1.vue'), hidden: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/redirect',
|
|
|
|
|
|