|
|
|
@ -688,7 +688,8 @@ export default { |
|
|
|
|
"user.accountLogin", |
|
|
|
|
{ |
|
|
|
|
account: that.form["accountLogin"].data.account, |
|
|
|
|
password: that.form["accountLogin"].data.password |
|
|
|
|
password: that.form["accountLogin"].data.password, |
|
|
|
|
session_id: uni.getStorageSync("session_id")||'', |
|
|
|
|
}, |
|
|
|
|
"登录中..." |
|
|
|
|
) |
|
|
|
|