添加手机端

This commit is contained in:
范强强
2023-05-31 11:51:56 +08:00
parent e1aff1fbb6
commit 6a07aaef30
7 changed files with 19 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

+6
View File
@@ -504,6 +504,12 @@ export const constantRouterMap = [
name: 'phoneHome',
component: () => import('@/views/phoneView/home')
},
//搜索列表
{
path: '/phoneSearchList',
name: 'phoneSearchList',
component: () => import('@/views/phoneView/searchList')
},
/* 手机端结束 */
// {
// path:'/vehicleinformation',
@@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name: 'phoneSearchList'
}
</script>
<style scoped>
</style>