Commit 79bbdf74 by xue_wengang

Update SearchGraph.vue

parent 4f8a7f20
......@@ -237,12 +237,12 @@ export default {
this.$refs.form.validate((boo) => {
if (boo) {
if (this.pages == "ajhx") {
let path = `http://39.99.155.173:8003/queryAjdaxxs?asjbh=${this.form.zjhm}`;
// let path = `${base.alyIP5}/queryAjdaxxs?asjbh=${this.form.zjhm}`;
//let path = `http://39.99.155.173:8003/queryAjdaxxs?asjbh=${this.form.zjhm}`;
let path = `${base.alyIP5}/queryAjdaxxs?asjbh=${this.form.zjhm}`;
window.open(path, "_blank");
} else if (this.pages == "hxgc") {
let path = `http://39.99.155.173:9002/#/rydaIndex/ryGl?zjhm=${this.form.asjbh}`;
// let path = `${base.alyIP6}/#/rydaIndex/ryGI?zjhm=${this.form.asjbh}`;
//let path = `http://39.99.155.173:9002/#/rydaIndex/ryGl?zjhm=${this.form.asjbh}`;
let path = `${base.alyIP6}/#/rydaIndex/ryGl?zjhm=${this.form.asjbh}`;
window.open(path, "_blank");
} else if (this.pages == "clhx") {
// let path = `http://39.99.155.173:9002/#/cardaIndex?cphm=${this.form.cphm}`;
......
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