hookehuyr

fix

/*
* @Date: 2023-06-13 13:26:46
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-29 14:53:27
* @LastEditTime: 2024-01-30 18:08:59
* @FilePath: /xysBooking/src/route.js
* @Description: 路由列表
*/
......@@ -118,11 +118,4 @@ export default [
title: '我的',
},
},
{
path: '/p_test',
component: () => import('@/views/p_test.vue'),
meta: {
title: 'p_test',
},
},
];
......