story#6932,增加售出信息页面及在发布列表添加按钮

This commit is contained in:
2025-07-29 16:21:10 +08:00
parent 1cb27fea3a
commit 040fbb268a
12 changed files with 414 additions and 11 deletions

View File

@ -55,5 +55,13 @@ const secondHandCar = [
title: '免责声明',
}
},
{
path: '/sellingInfo',
name: 'sellingInfo',
component: () => import('@/views/secondHandCar/sellingInfo.vue'),
meta:{
title: '售出信息',
}
},
]
export default secondHandCar