From a708438b6fdf5ff93cf36219037e0123badca9ee Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Mon, 30 Aug 2021 13:56:40 +0800 Subject: [PATCH] commit --- src/pages/login/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 006d47b44..d7595304a 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -55,10 +55,6 @@ }, // 点击登录按钮事件 signin () { - this.$http.post('/logout', {}, res => { - window.location.href = "http://testsso1.foton.com.cn/logout?service=http://127.0.0.1"; - }) - return if (this.username === '') { this.$message.warning('用户名不能为空') } else if (this.password === '') {