From 006054af82d5e1df1e90e0a3276ced2a12d8a425 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 7 Jul 2022 19:30:59 +0800 Subject: [PATCH] update: redirect route --- docs/.vuepress/theme/config/redirectRouter.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/theme/config/redirectRouter.js b/docs/.vuepress/theme/config/redirectRouter.js index 45925b070..1d67ad566 100644 --- a/docs/.vuepress/theme/config/redirectRouter.js +++ b/docs/.vuepress/theme/config/redirectRouter.js @@ -51,6 +51,10 @@ const routerMap = { '/api/a-d/rewarded-video-ad': '/api/a-d/rewarded-video.html', '/api/ad/interstitial-ad': '/api/a-d/interstitial.html', '/api/ui/navigate': '/api/router.html', + '/api/plugins/getLaunchOptionsSync': '/api/getLaunchOptionsSync.html', + '/api/plugins/getEnterOptionsSync': '/api/getEnterOptionsSync.html', + '/api/plugins/getLaunchOptionsSync.html': '/api/getLaunchOptionsSync.html', + '/api/plugins/getEnterOptionsSync.html': '/api/getEnterOptionsSync.html', '/platform': '/tutorial/platform.html', '/nvue-event': '/tutorial/nvue-event.html', -- GitLab