rev:增加看板
This commit is contained in:
@@ -5,6 +5,14 @@ import Layout from '../layout/index'
|
||||
Vue.use(Router)
|
||||
|
||||
export const constantRouterMap = [
|
||||
|
||||
{
|
||||
path: '/produceScreen/:id',
|
||||
component: (resolve) => require(['@/views/wms/produceScreen/index'], resolve),
|
||||
hidden: true,
|
||||
meta: { title: '加工看板' }
|
||||
},
|
||||
|
||||
{
|
||||
path: '/login',
|
||||
meta: { title: '登录', noCache: true },
|
||||
|
||||
Reference in New Issue
Block a user