Commit 3587d1ef by dhb52

fix: 路由缺少name字段,ts不高兴

parent 4d77d7e1
...@@ -333,6 +333,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ ...@@ -333,6 +333,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{ {
path: '/mall/product', // 商品中心 path: '/mall/product', // 商品中心
component: Layout, component: Layout,
name: 'Product',
meta: { meta: {
hidden: true hidden: true
}, },
...@@ -394,6 +395,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ ...@@ -394,6 +395,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{ {
path: '/mall/trade', // 交易中心 path: '/mall/trade', // 交易中心
component: Layout, component: Layout,
name: 'Trade',
meta: { meta: {
hidden: true hidden: true
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment