We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1089b commit 2a1f16dCopy full SHA for 2a1f16d
examples/src/router/router.config.js
@@ -8,7 +8,7 @@ export default [
8
{
9
path: "/",
10
meta: { keepAlive: true, hide: true },
11
- redirect: "/en/demo"
+ redirect: "/en/doc"
12
}, // 默认路由
13
14
path: "/zh",
0 commit comments