增加隐私政策静态页面及配置

This commit is contained in:
2025-07-16 08:58:41 +08:00
parent cf518cad3c
commit 37047b7e70
6 changed files with 167 additions and 5 deletions

View File

@ -14,7 +14,8 @@ const whiteList = [
'/screen',
'/new-screen',
'/new-screen-zz',
'/common-screen'
'/common-screen',
'/app-privacy-zh.html'
] // no redirect whitelist
router.beforeEach(async(to, from, next) => {