This commit is contained in:
zhutianqi
2021-08-30 13:56:40 +08:00
parent b6d2684516
commit a708438b6f
-4
View File
@@ -55,10 +55,6 @@
}, },
// 点击登录按钮事件 // 点击登录按钮事件
signin () { 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 === '') { if (this.username === '') {
this.$message.warning('用户名不能为空') this.$message.warning('用户名不能为空')
} else if (this.password === '') { } else if (this.password === '') {