From ba90716fcbc94e08e4b3a1adf35009a4135370a5 Mon Sep 17 00:00:00 2001 From: yangzhicheng Date: Mon, 15 Jul 2024 14:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=B5=84=E8=AF=A6=E6=83=85=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/views/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/views/index.js b/src/router/views/index.js index e10a677..1c9a929 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -140,11 +140,11 @@ export default [{ import( /* webpackChunkName: "views" */ '@/views/smart/workorderDetail') }] }, { - path: '/workorder', + path: '/spares', component: Layout, - redirect: '/workOrder/index', + redirect: '/spares/index', children: [{ - path: 'detail', + path: 'materialDetail', name: '物资详情', meta: { menu: false