hookehuyr

fix 404页面跳转测试

/*
* @Date: 2022-06-15 17:09:03
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-29 18:36:37
* @LastEditTime: 2022-06-29 20:09:00
* @FilePath: /tswj/src/router/routes/modules/test/index.js
* @Description: 文件描述
*/
......@@ -25,12 +25,10 @@ const index = [{
title: '测试slot插槽',
},
children: [],
},
{
}, { // 配置404为动态路由中转页面
path: '/:pathMatch(.*)*',
redirect: '/404'
},
{
}, {
path: '/404',
name: '404',
component: () => import('@/views/test/404.vue'),
......