From cdca588a565c7ba3cc22bf45c0701f5f0562783b Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期三, 29 十一月 2023 17:27:48 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- web/src/router/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/web/src/router/index.js b/web/src/router/index.js index 0488d44..7fdb36d 100644 --- a/web/src/router/index.js +++ b/web/src/router/index.js @@ -111,6 +111,14 @@ component: () => import('../views/MixingInfo/messageInfo.vue'), }, { + path: `/workShop/num=1`, + name: 'workShop', + meta: { + title: '钢筋材料标识牌' + }, + component: () => import('../views/MixingInfo/workShop.vue'), + }, + { path: '/ScanBear', name: 'ScanBear', meta: { -- Gitblit v1.9.3