yx lin
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/vue/src/router/routes/basic.ts
|
|
|
@ -10,7 +10,7 @@ import { |
|
|
|
// 404 on a page
|
|
|
|
export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = { |
|
|
|
path: '/:path(.*)*', |
|
|
|
name: PAGE_NOT_FOUND_NAME, |
|
|
|
name: 'ErrorPage', |
|
|
|
component: LAYOUT, |
|
|
|
meta: { |
|
|
|
title: 'ErrorPage', |
|
|
|
|