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

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

@ -106,7 +106,7 @@ export default {
noPagePermiss: 'There is no permission for this page'
},
login: {
title: 'Hoenergy smart energy storage management platform',
title: 'Sinotech smart energy storage management platform',
logIn: 'Login',
username: 'Username',
password: 'Password',

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) => {