Commit ef934b33 authored by 雍欢's avatar 雍欢

Merge remote-tracking branch 'topsunit/1.2.x' into 1.2.x

parents 8a236787 49b028b2
......@@ -32,7 +32,7 @@ LoginSetting.prototype = {
load: function () {
this.rememberEl.get(0).checked = !!this.data["remember"];
if (this.rememberEl.get(0).checked) {
$('#userName').val(CryptoJS.AES.decrypt(this.data["userName"]));
$('#userName').val(CryptoJS.AES.decrypt(this.data["userName"])||"");
}
},
set: function (name, value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment