diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index 95dc8ad..34ec535 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -106,7 +106,7 @@ /*height: calc(100vh - 50px);*/ /*}*/ .no-head-scrollbar{ - height: calc(100vh - 84px); + height: calc(100vh - 86px); } .has-head-scrollbar{ height: 100vh; diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index 95dc8ad..34ec535 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -106,7 +106,7 @@ /*height: calc(100vh - 50px);*/ /*}*/ .no-head-scrollbar{ - height: calc(100vh - 84px); + height: calc(100vh - 86px); } .has-head-scrollbar{ height: 100vh; diff --git a/src/layout/components/AppHeader.vue b/src/layout/components/AppHeader.vue index 42b0e98..6ff3440 100644 --- a/src/layout/components/AppHeader.vue +++ b/src/layout/components/AppHeader.vue @@ -15,10 +15,10 @@ + + + - 修改密码 - - 注销 @@ -63,7 +63,7 @@ } else { this.$store.dispatch('LogOut').then(() => { const BASE_API = process.env.BASE_API - if (BASE_API.search('http://10.18.0.23') !== -1) { + if (BASE_API.search('http://10.18.0.94') !== -1) { window.location.href = 'http://10.18.0.50:8086/platform-sso-server/logout' } else { location.reload()