Commit 651f7d68 by 李嘉林

修改

parent 7e35809d
......@@ -197,6 +197,12 @@ export default {
key: "sessionid",
data: params.sessionid
});
if(params.enterpriseAccount) {
wx.setStorage({
key: "enterpriseAccount",
data: params.enterpriseAccount
});
}
this.page = decodeURIComponent(options.backpath);
log.info(this.page,'----------------------h5login--page')
options.params && (this.params += "&" + serialize(params));
......
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