Commit 9ce998af by lp784568205

Merge branch 'dev_xzeq_xz' of http://39.99.224.27:9022/changchao/founder_vue into dev_xzeq_xz

parents 045ed879 69bfbd7e
......@@ -251,7 +251,9 @@ export default {
JSON.stringify(JSON.parse(sessionStorage.getItem("user")))
)
);
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/rydaIndex/ryGl&zjhm=${this.form.asjbh}`;
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/rydaIndex/ryGl&zjhms=${this.form.asjbh}&zjhm=${
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
}`;
window.open(path, "_blank");
} else if (this.pages == "clhx") {
// let path = `http://39.99.155.173:9002/#/cardaIndex?cphm=${this.form.cphm}`;
......@@ -260,7 +262,10 @@ export default {
JSON.stringify(JSON.parse(sessionStorage.getItem("user")))
)
);
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/cardaIndex&cphm=${this.form.cphm}`;
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/cardaIndex&cphm=${this.form.cphm}&zjhm=${
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
}`;
console.log(path);
window.open(path, "_blank");
} else if (this.pages == "queryTdyp") {
// let path = `http://39.99.155.173:9003/#/ajbzDetail?asjbh=${this.form.asjbh}`;
......
......@@ -157,14 +157,15 @@ export default {
if (item.id == "dwcx") {
// let path = `${this.$baseUrl.alyIP14}/#/jccxIndex`;
// window.open(path, "_blank");
debugger
let base = encodeURIComponent(
secret.Encrypt(
JSON.stringify(JSON.parse(sessionStorage.getItem("userInfo")))
)
);
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/jccxIndex`;
debugger;
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/jccxIndex&zjhm=${
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
}`;
console.log(path);
window.open(path, "_blank");
} else if (item.id == "cbypTxxxfx") {
let path = `http://89.0.4.20:8008/hdfx/hdfx/toIframe?drrZjhm=${
......
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