From 4f3cfbbae86869627ba255cecb393f6b0896eb62 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 26 May 2022 15:09:21 +0800 Subject: [PATCH] fix: /worktile/i18n.html --- 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 0ac5e6873..45925b070 100644 --- a/docs/.vuepress/theme/config/redirectRouter.js +++ b/docs/.vuepress/theme/config/redirectRouter.js @@ -14,6 +14,7 @@ const routerMap = { '/collocation/auto/uniapp-cli-project': '/worktile/auto/uniapp-cli-project.html', '/collocation/i18n': '/tutorial/i18n.html', '/worktile/i18n': '/tutorial/i18n.html', + '/worktile/i18n.html': '/tutorial/i18n.html', '/collocation/env': '/tutorial/env.html', '/collocation/ssr': '/tutorial/ssr.html', '/ssr': '/tutorial/ssr.html', -- GitLab