Browse Source

解决 404 页面出现横向滚动条 (#10194)

pull/10209/head
CN-traveler 4 years ago
committed by GitHub
parent
commit
7c3f45f6ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/routes.ts

1
config/routes.ts

@ -52,6 +52,7 @@ export default [
}, },
{ {
path: '*', path: '*',
layout: false,
component: './404', component: './404',
}, },
]; ];

Loading…
Cancel
Save