fix bug
This commit is contained in:
parent
bf700eeeb3
commit
0933174ea1
|
@ -38,7 +38,7 @@ func (p ArcherAx50) Login(user, pass string) error {
|
||||||
v.focus();
|
v.focus();
|
||||||
v.value="` + pass + `";
|
v.value="` + pass + `";
|
||||||
})
|
})
|
||||||
return log;
|
return '';
|
||||||
}`,
|
}`,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue