mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-29 11:39:17 +08:00
19 lines
312 B
JavaScript
19 lines
312 B
JavaScript
import { Vuepress } from '@vuepress/client/lib/components/Vuepress'
|
|
|
|
export default [
|
|
{
|
|
name: "v-2d0ad528",
|
|
path: "/zh/",
|
|
component: Vuepress,
|
|
meta: { title: "首页" },
|
|
},
|
|
{
|
|
path: "/zh/index.html",
|
|
redirect: "/zh/",
|
|
},
|
|
{
|
|
path: "/zh/README.md",
|
|
redirect: "/zh/",
|
|
},
|
|
]
|