二手车交易,静态列表页面

This commit is contained in:
2025-03-07 17:22:41 +08:00
parent 4ca8385a36
commit 292e8bdfb1
4 changed files with 405 additions and 1 deletions

View File

@ -0,0 +1,11 @@
const kpiRouter = [
{
path: '/indexList',
name: 'indexList',
component: () => import('@/views/secondHandCar/indexList.vue'),
meta:{
title: '首页列表',
}
},
]
export default kpiRouter