Showing
1 changed file
with
1 additions
and
8 deletions
| 1 | /* | 1 | /* |
| 2 | * @Date: 2023-06-13 13:26:46 | 2 | * @Date: 2023-06-13 13:26:46 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-29 14:53:27 | 4 | + * @LastEditTime: 2024-01-30 18:08:59 |
| 5 | * @FilePath: /xysBooking/src/route.js | 5 | * @FilePath: /xysBooking/src/route.js |
| 6 | * @Description: 路由列表 | 6 | * @Description: 路由列表 |
| 7 | */ | 7 | */ |
| ... | @@ -118,11 +118,4 @@ export default [ | ... | @@ -118,11 +118,4 @@ export default [ |
| 118 | title: '我的', | 118 | title: '我的', |
| 119 | }, | 119 | }, |
| 120 | }, | 120 | }, |
| 121 | - { | ||
| 122 | - path: '/p_test', | ||
| 123 | - component: () => import('@/views/p_test.vue'), | ||
| 124 | - meta: { | ||
| 125 | - title: 'p_test', | ||
| 126 | - }, | ||
| 127 | - }, | ||
| 128 | ]; | 121 | ]; | ... | ... |
-
Please register or login to post a comment