|
|
@@ -474,12 +474,12 @@ export default { |
|
|
|
if (thisApp.isRemember) { |
|
|
|
thisApp.$cookie.set("remember", true); |
|
|
|
thisApp.$cookie.set("account", thisApp.account); |
|
|
|
// thisApp.$cookie.set("pwd", thisApp.pwd); |
|
|
|
thisApp.$cookie.set("pwd", thisApp.pwd); |
|
|
|
thisApp.$cookie.set("background", thisApp.isBackground); |
|
|
|
} else { |
|
|
|
thisApp.$cookie.remove("remember"); |
|
|
|
thisApp.$cookie.remove("account"); |
|
|
|
// thisApp.$cookie.remove("pwd"); |
|
|
|
thisApp.$cookie.remove("pwd"); |
|
|
|
thisApp.$cookie.remove("background"); |
|
|
|
} |
|
|
|
|
|
|
|