|
|
@@ -138,8 +138,8 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.tool.showMessage(res,() => {
|
|
|
- // window.open(this.tool.getBaseUrl() + res.data + `&${this.idName}=${this.dataid}`)
|
|
|
- window.open('http://61.164.207.46:8000' + res.data + `&${this.idName}=${this.dataid}`)
|
|
|
+ window.open(this.tool.getBaseUrl() + res.data + `&${this.idName}=${this.dataid}`)
|
|
|
+ // window.open('http://61.164.207.46:8000' + res.data + `&${this.idName}=${this.dataid}`)
|
|
|
})
|
|
|
},
|
|
|
}
|