From 41958ad68e0965296f615bdfd1fcfed5f913d6c6 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 25 May 2022 11:44:39 +0800 Subject: [PATCH] chore: i18n router --- docs/.vuepress/theme/config/redirectRouter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/theme/config/redirectRouter.js b/docs/.vuepress/theme/config/redirectRouter.js index cbc1559b8..0ac5e6873 100644 --- a/docs/.vuepress/theme/config/redirectRouter.js +++ b/docs/.vuepress/theme/config/redirectRouter.js @@ -13,6 +13,7 @@ const routerMap = { '/collocation/auto/quick-start': '/worktile/auto/quick-start.html', '/collocation/auto/uniapp-cli-project': '/worktile/auto/uniapp-cli-project.html', '/collocation/i18n': '/tutorial/i18n.html', + '/worktile/i18n': '/tutorial/i18n.html', '/collocation/env': '/tutorial/env.html', '/collocation/ssr': '/tutorial/ssr.html', '/ssr': '/tutorial/ssr.html', -- GitLab