Commit 0ec1c6c1 by zhangzhijie

现勘跳转url变更

parent 47faa1b8
......@@ -1273,7 +1273,9 @@ export default {
queryXckyUrl(xcbh).then(res => {
if (res.code == 20000) {
let url = res.data.xckyUrl;
window.open(url)
console.log('-----现场勘验跳转url-----');
console.log(url);
window.open(url, "_blank")
} else {
this.$message.error(res.message)
}
......
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