代码调整
This commit is contained in:
parent
39b4b0b49a
commit
df453fd676
@ -311,6 +311,9 @@ export default {
|
||||
model.password = md5(model.password);
|
||||
model.type = 'class';
|
||||
model.project = this.project;
|
||||
if (this.$route.query.projectDevice) {
|
||||
model.deviceCode = this.$route.query.projectDevice;
|
||||
}
|
||||
this.loading = true;
|
||||
if (this.isAutoLogin) {
|
||||
Cookies.set(this.cookiesName, model.username, { expires: 2 });
|
||||
|
Loading…
Reference in New Issue
Block a user