Browse Source

fix: fixed #1329

pull/1331/head
colin 6 months ago
parent
commit
04b4f8b068
  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 // 404 on a page
export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = { export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = {
path: '/:path(.*)*', path: '/:path(.*)*',
name: PAGE_NOT_FOUND_NAME, name: 'ErrorPage',
component: LAYOUT, component: LAYOUT,
meta: { meta: {
title: 'ErrorPage', title: 'ErrorPage',

Loading…
Cancel
Save