Commit c9cc4a3e by yuhao

添加身份证号

parent c04f472e
......@@ -67,7 +67,7 @@ export default {
goDetail (index) {
let path = "";
let token = encrypt.Encrypt(JSON.stringify(sessionStorage.getItem('userInfo')));
let identitycard = sessionStorage.getItem('userInfo').identitycard;
let identitycard = JSON.parse(sessionStorage.getItem('userInfo')).identitycard;
let hdfxToken = sessionStorage.getItem("hdfxToken");
if (index == 0) {
path = "http://74.6.54.163:9001" + "/jump?zjhm=" + identitycard + "&token=" + encodeURIComponent(token) + "&path=/esAjzb/ajzbIndex";
......
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