From 80f9543fac81d08d1b7bc3ffe65665c5eba3b8f0 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 16 Mar 2022 10:43:45 +0800 Subject: [PATCH] chore: router map --- docs/.vuepress/theme/config/redirectRouter.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vuepress/theme/config/redirectRouter.js b/docs/.vuepress/theme/config/redirectRouter.js index e8e181eb6..d04ee3931 100644 --- a/docs/.vuepress/theme/config/redirectRouter.js +++ b/docs/.vuepress/theme/config/redirectRouter.js @@ -42,6 +42,10 @@ const routerMap = { '/frame#全局样式与局部样式': '/tutorial/syntax-css.html#全局样式与局部样式', '/frame#注意事项-1': '/tutorial/renderjs.html#注意事项', + '/api/ui/language': '/api/ui/locale.html', + '/api/ad/rewarded-video-ad': '/api/a-d/rewarded-video.html', + '/api/ui/navigate': '/api/router.html', + '/platform': '/tutorial/platform.html', '/nvue-event': '/tutorial/nvue-event.html', @@ -74,6 +78,7 @@ const routerMap = { '/use-weex': '/tutorial/nvue-outline.html', '/uni_modules': '/plugin/uni_modules.html', '/snippet': '/tutorial/snippet.html', + '/store': '/tutorial/store.html', } export default ({ fullPath, path, hash }) => { -- GitLab