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: '编辑商品' } } ]