增加隐私政策静态页面及配置
This commit is contained in:
@ -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',
|
||||
|
||||
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user