This commit is contained in:
zhutianqi
2021-08-27 09:26:03 +08:00
parent d5aaea4c10
commit 50528d1545
+4 -4
View File
@@ -55,10 +55,10 @@
},
// 点击登录按钮事件
signin () {
let username = getCookie();
console.log(username);
window.location.href = "http://testsso1.foton.com.cn/logout?service=http://127.0.0.1";
return
// let username = getCookie();
// console.log(username);
// 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 === '') {