Browse Source

Merge pull request #1331 from colinin/fix-1329

fix: fixed #1329
pull/1335/head
yx lin 6 months ago
committed by GitHub
parent
commit
5b464eddc7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/vue/src/router/routes/basic.ts

2
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',

Loading…
Cancel
Save