From ebd792f559789a83826f9a7b3779e8f4c7fb925f Mon Sep 17 00:00:00 2001 From: czc Date: Thu, 29 Feb 2024 13:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index a3a0bc2..539d295 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -171,7 +171,7 @@ export const dynamicRoutes = [ { path: 'edit', component: () => import('@/views/pms/product/AddProduct'), - name: 'AddProduct', + name: 'addProduct', meta: { title: '编辑商品' } } ]