From 73be97ad8e93b6bb17a0b07a7be41ba115b70d37 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 25 May 2022 10:59:48 +0800 Subject: [PATCH] chore: redirectRouter --- docs/.vuepress/theme/config/redirectRouter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/theme/config/redirectRouter.js b/docs/.vuepress/theme/config/redirectRouter.js index 03aa256d5..cbc1559b8 100644 --- a/docs/.vuepress/theme/config/redirectRouter.js +++ b/docs/.vuepress/theme/config/redirectRouter.js @@ -12,7 +12,7 @@ const routerMap = { '/collocation/auto/hbuilderx-extension/': '/worktile/auto/hbuilderx-extension/', '/collocation/auto/quick-start': '/worktile/auto/quick-start.html', '/collocation/auto/uniapp-cli-project': '/worktile/auto/uniapp-cli-project.html', - '/collocation/i18n': '/worktile/i18n.html', + '/collocation/i18n': '/tutorial/i18n.html', '/collocation/env': '/tutorial/env.html', '/collocation/ssr': '/tutorial/ssr.html', '/ssr': '/tutorial/ssr.html', -- GitLab