Browse Source

清空显示

preview
jianjun 5 years ago
parent
commit
4b6516dd57
  1. 5
      epmet-oper-web/src/views/main-navbar.vue

5
epmet-oper-web/src/views/main-navbar.vue

@ -162,7 +162,10 @@ export default {
this.$http.post('/auth/login/logout').then(({ data: res }) => { this.$http.post('/auth/login/logout').then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) // 退
if (res.code !== 10007){
this.$message.error(res.msg)
}
} }
clearLoginInfo() clearLoginInfo()

Loading…
Cancel
Save