|
@@ -132,11 +132,11 @@ const remainingRouter = [
|
|
|
title: '404'
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: '/:path(.*)*',
|
|
|
- redirect: '/404',
|
|
|
- name: '404PageRedirect',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/:path(.*)*',
|
|
|
+ // redirect: '/404',
|
|
|
+ // name: '404PageRedirect',
|
|
|
+ // },
|
|
|
// {
|
|
|
// path: '/:catchAll(.*)',
|
|
|
// redirect: '/404'
|