Commit e68916b2 by gao_yingdong

base 地址修改

parent edc9f294
...@@ -26,17 +26,17 @@ if ( ...@@ -26,17 +26,17 @@ if (
base.alyIP = "/apialy"; base.alyIP = "/apialy";
base.alyIP2 = "/apiAjzbXzGaw"; base.alyIP2 = "/apiAjzbXzGaw";
base.alyIP3 = "/apialy"; base.alyIP3 = "/apialy";
base.alyIP4 = 'http://xzxt-zhyy.dsj.xz:8054' // 西藏脑图链接 base.alyIP4 = 'http://xzxt-zhyy.dsj.xz:8054' // 西藏 脑图链接
base.alyIP5 = 'http://74.6.54.153:8003' // 画像工厂 案件 base.alyIP5 = 'http://74.6.54.153:8003' // 画像工厂 案件案件档案
base.alyIP6 = 'http://89.0.23.203:9047' // 画像工厂 案件档案 // base.alyIP6 = 'http://89.0.23.203:9047' // 案件档案
base.alyIP7 = 'http://74.6.54.153:8006' base.alyIP7 = 'http://74.6.54.153:8006' // 脑图审批
base.alyIP9 = 'http://10.184.14.193:9005' base.alyIP9 = 'http://10.184.14.193:9005' // 时空
base.alyIP10 = 'http://10.184.14.193:9001' base.alyIP10 = 'http://10.184.14.193:9001' // 案件侦办
base.alyIP11 = 'http://74.6.54.153:8004' base.alyIP11 = 'http://74.6.54.153:8004' // 话单分析
base.alyIP12 = 'http://xzxt-zhyy.dsj.xz:8053' base.alyIP12 = 'http://xzxt-zhyy.dsj.xz:8053' // 西藏 时空大数据
base.alyIP8 = 'http://xzxt-zhyy.dsj.xz:8052' base.alyIP8 = 'http://xzxt-zhyy.dsj.xz:8052' // 西藏 案件标注
base.alyIP13 = '/apiXssp' // 线索审批管理平台 base.alyIP13 = '/apiXssp' // 线索审批管理平台
base.alyIP14 = 'http://xzxt-zhyy.dsj.xz:8051' base.alyIP14 = 'http://xzxt-zhyy.dsj.xz:8051' // 西藏 人档车档
} }
export default base; export default base;
...@@ -239,7 +239,7 @@ export default { ...@@ -239,7 +239,7 @@ export default {
if (boo) { if (boo) {
if (this.pages == "ajhx") { if (this.pages == "ajhx") {
//let path = `http://39.99.155.173:8003/queryAjdaxxs?asjbh=${this.form.zjhm}`; //let path = `http://39.99.155.173:8003/queryAjdaxxs?asjbh=${this.form.zjhm}`;
let path = `${base.alyIP6}/queryAjdaxxs?asjbh=${this.form.zjhm}`; let path = `${base.alyIP5}/queryAjdaxxs?asjbh=${this.form.zjhm}`;
window.open(path, "_blank"); window.open(path, "_blank");
} else if (this.pages == "hxgc") { } else if (this.pages == "hxgc") {
//let path = `http://39.99.155.173:9002/#/rydaIndex/ryGl?zjhm=${this.form.asjbh}`; //let path = `http://39.99.155.173:9002/#/rydaIndex/ryGl?zjhm=${this.form.asjbh}`;
...@@ -251,7 +251,7 @@ export default { ...@@ -251,7 +251,7 @@ export default {
JSON.stringify(JSON.parse(sessionStorage.getItem("user"))) JSON.stringify(JSON.parse(sessionStorage.getItem("user")))
) )
); );
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/rydaIndex/ryGl&zjhms=${this.form.asjbh}&zjhm=${ let path = `${this.$baseUrl.alyIP14}/#/jump?token=${base}&path=/rydaIndex/ryGl&zjhms=${this.form.asjbh}&zjhm=${
JSON.parse(sessionStorage.getItem("userInfo")).identitycard JSON.parse(sessionStorage.getItem("userInfo")).identitycard
}`; }`;
window.open(path, "_blank"); window.open(path, "_blank");
...@@ -262,7 +262,7 @@ export default { ...@@ -262,7 +262,7 @@ export default {
JSON.stringify(JSON.parse(sessionStorage.getItem("user"))) JSON.stringify(JSON.parse(sessionStorage.getItem("user")))
) )
); );
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/cardaIndex&cphm=${this.form.cphm}&zjhm=${ let path = `${this.$baseUrl.alyIP14}/#/jump?token=${base}&path=/cardaIndex&cphm=${this.form.cphm}&zjhm=${
JSON.parse(sessionStorage.getItem("userInfo")).identitycard JSON.parse(sessionStorage.getItem("userInfo")).identitycard
}`; }`;
console.log(path); console.log(path);
......
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
JSON.stringify(JSON.parse(sessionStorage.getItem("userInfo"))) JSON.stringify(JSON.parse(sessionStorage.getItem("userInfo")))
) )
); );
let path = `http://xzxt-zhyy.dsj.xz:8051/#/jump?token=${base}&path=/jccxIndex&zjhm=${ let path = `${this.$baseUrl.alyIP14}/#/jump?token=${base}&path=/jccxIndex&zjhm=${
JSON.parse(sessionStorage.getItem("userInfo")).identitycard JSON.parse(sessionStorage.getItem("userInfo")).identitycard
}`; }`;
console.log(path); console.log(path);
......
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
}, },
methods: { methods: {
goDetail() { goDetail() {
let path = `http://xzxt-zhyy.dsj.xz:8053/#/jumppage/admin/founder15/${this.form.zjhm}`; let path = `${this.$baseUrl.alyIP12}/#/jumppage/admin/founder15/${this.form.zjhm}`;
window.open(path, "_blank"); window.open(path, "_blank");
}, },
}, },
......
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
}, },
methods: { methods: {
goDetail() { goDetail() {
let path = `http://xzxt-zhyy.dsj.xz:8053/#/jumppage/admin/founder15/${this.form.asjbh}`; let path = `${this.$baseUrl.alyIP12}/#/jumppage/admin/founder15/${this.form.asjbh}`;
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