Commit 22c33e51 by xue_wengang

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

parents 68b432d5 dc0df12a
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
let path = `${this.$baseUrl.alyIP14}/#/jccxIndex`; let path = `${this.$baseUrl.alyIP14}/#/jccxIndex`;
window.open(path, "_blank"); window.open(path, "_blank");
} else if (item.id == "cbypTxxxfx") { } else if (item.id == "cbypTxxxfx") {
let path = `${this.$baseUrl.alyIP11}/hdfx/hdfx/toIframe?drrZjhm=${ let path = `http://89.0.4.20:8008/hdfx/hdfx/toIframe?drrZjhm=${
JSON.parse(sessionStorage.getItem("userInfo")).identitycard JSON.parse(sessionStorage.getItem("userInfo")).identitycard
}`; }`;
window.open(path, "_blank"); window.open(path, "_blank");
......
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
}, },
methods: { methods: {
goDetail() { goDetail() {
let path = `${this.$baseUrl.alyIP11}/hdfx/hdfx/toIframe?drrZjhm=${this.form.zjhm}`; let path = `http://89.0.4.20:8008/hdfx/hdfx/toIframe?drrZjhm=${this.form.zjhm}`;
window.open(path, "_blank"); window.open(path, "_blank");
}, },
}, },
......
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