From 29c694ce1ce7699a57f47720948f2aa51ddee239 Mon Sep 17 00:00:00 2001 From: wangchao Date: Mon, 23 Mar 2020 11:05:38 +0800 Subject: [PATCH] =?UTF-8?q?main-navbar=E6=A8=A1=E5=9D=97=E7=9A=84=E9=80=80?= =?UTF-8?q?=E5=87=BA=E7=99=BB=E5=BD=95=E6=93=8D=E4=BD=9C=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?url(/auth/login/logout)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/src/views/main-navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-oper-web/src/views/main-navbar.vue b/epmet-oper-web/src/views/main-navbar.vue index 42d1ce3..63eef22 100644 --- a/epmet-oper-web/src/views/main-navbar.vue +++ b/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) }