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

(cherry picked from commit 3587d1ef97)
This commit is contained in:
dhb52 2023-10-15 14:29:16 +08:00 committed by shizhong
parent 5bf9baf456
commit f1909bf365

View File

@ -333,6 +333,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{
path: '/mall/product', // 商品中心
component: Layout,
name: 'Product',
meta: {
hidden: true
},
@ -394,6 +395,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{
path: '/mall/trade', // 交易中心
component: Layout,
name: 'Trade',
meta: {
hidden: true
},