From 37e85a4a334ecc3c6cb165b3d1874e6636e668e4 Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Mon, 8 Jan 2024 10:42:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8E=E6=98=9F=E8=B4=A7=E4=BD=8D=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 8 +++----- src/router/index.js | 5 +++-- 2 files changed, 6 insertions(+), 7 deletions(-) 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 } } ] },