Browse Source

main-navbar模块的退出登录操作更换url(/auth/login/logout)

dev
wangchao 5 years ago
parent
commit
29c694ce1c
  1. 2
      epmet-oper-web/src/views/main-navbar.vue

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

@ -94,7 +94,7 @@ export default {
cancelButtonText: this.$t('cancel'),
type: 'warning'
}).then(() => {
this.$http.post('/auth/logout').then(({ data: res }) => {
this.$http.post('/auth/login/logout').then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}

Loading…
Cancel
Save