二手车交易,协议链接加返回按钮

This commit is contained in:
2025-03-13 13:54:43 +08:00
parent d4485779c6
commit 22f76aaa73
4 changed files with 84 additions and 2 deletions

View File

@ -47,5 +47,13 @@ const secondHandCar = [
title: '我的发布',
}
},
{
path: '/privacyComponent',
name: 'privacyComponent',
component: () => import('@/views/secondHandCar/privacy.vue'),
meta:{
title: '免责声明',
}
},
]
export default secondHandCar