feat: 解决问题
This commit is contained in:
@@ -499,7 +499,7 @@
|
||||
this.imgUrl = `/api/oauth/ImageCode/${this.codeLength || 4}/${timestamp}`
|
||||
},
|
||||
login() {
|
||||
const userStore = useUserStore()
|
||||
|
||||
this.$refs.dataForm.validate(valid => {
|
||||
if (valid) {
|
||||
this.loading = true
|
||||
@@ -526,6 +526,7 @@
|
||||
},
|
||||
// 普通登录
|
||||
getLogin(){
|
||||
const userStore = useUserStore()
|
||||
let query = {
|
||||
tenantName: this.formData.tenantName,
|
||||
username: this.formData.username,
|
||||
|
||||
Reference in New Issue
Block a user