diff --git a/src/config.js b/src/config.js index c480ba3..5b0542c 100644 --- a/src/config.js +++ b/src/config.js @@ -228,7 +228,6 @@ var arrRe=[ ] -console.log(arrRe); export default{ // rowCount: 5, // 总行数,不论有几个位置,只要有就算一行 rowCount: 32, // 总行数,不论有几个位置,只要有就算一行 @@ -418,7 +417,7 @@ console.log(arrRe); } }, // 其他类型点位状态 - otherPointStateDictionary: { // 点位状态 + otherPointStateDictionary: { // 点位状态 '0': { describe: '正常', color: '#3300ff' @@ -434,7 +433,7 @@ console.log(arrRe); // 堆垛机仓库模拟点阵数据 latticeForPiler:[ - + ...arr, [2,2,1,"020201",1,0,120,380,100], [2,2,2,"020202",1,0,120,380,100], [2,2,3,"020203",1,0,120,380,100], @@ -522,8 +521,7 @@ console.log(arrRe); // [2,25,5,"022505",1,0,120,100,100], // [2,26,6,"022606",1,0,120,100,100], // [2,27,7,"022707",1,0,120,100,100] - , - ...arrRe + ], latticeForPiler1:[ [13,2,1,"A01-01",1,0,120,140/2.5,57], diff --git a/src/router/index.js b/src/router/index.js index fe166f5..bc2f34e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -68,9 +68,10 @@ export const constantRoutes = [ children: [ { path: 'index', - component: () => import('@/views/wcs/location/index'), + // component: () => import('@/views/wcs/location/index'), + component: () => import('@/views/index'), name: 'Index', - meta: { title: '货位信息', icon: 'dashboard', affix: true } + meta: { title: '首页', icon: 'dashboard', affix: true } } ] },