Merge branch 'develop' into 'test'

commit

See merge request !103
This commit is contained in:
王夏晖
2021-08-27 01:47:31 +00:00
+4 -4
View File
@@ -55,10 +55,10 @@
}, },
// 点击登录按钮事件 // 点击登录按钮事件
signin () { signin () {
let username = getCookie(); // let username = getCookie();
console.log(username); // console.log(username);
window.location.href = "http://testsso1.foton.com.cn/logout?service=http://127.0.0.1"; // window.location.href = "http://testsso1.foton.com.cn/logout?service=http://127.0.0.1";
return // return
if (this.username === '') { if (this.username === '') {
this.$message.warning('用户名不能为空') this.$message.warning('用户名不能为空')
} else if (this.password === '') { } else if (this.password === '') {