From ef16e1e0c38a0ee35c210acf1ad56a888a25aff7 Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期三, 15 十一月 2023 08:58:29 +0800 Subject: [PATCH] 苏州大屏样式书写 --- web/src/router/index.js | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/web/src/router/index.js b/web/src/router/index.js index 5e82559..ded273a 100644 --- a/web/src/router/index.js +++ b/web/src/router/index.js @@ -15,6 +15,22 @@ } }, { + path: '/mixingInfo', + name: 'mixingInfo', + meta: { + title: '管片搅合站1' + }, + component: () => import('../views/MixingInfo/messageInfo.vue'), + }, + { + path: '/mixingTwo', + name: 'mixingTwo', + meta: { + title: '管片搅合站2' + }, + component: () => import('../views/MixingInfo/messageTwo.vue'), + }, + { path: '/ScanBear', name: 'ScanBear', meta: { @@ -26,7 +42,7 @@ path: '/scanDetail', name: 'scanDetail', meta: { - title: '大型生产设备信息' + title: '设备信息' }, component: () => import('../views/ScanInfo/ScanDetail.vue'), }, -- Gitblit v1.9.3