Commit 2679197c by xue_wengang

Update ydsbgl.vue

parent 90215e4c
......@@ -556,7 +556,7 @@ export default {
.then((res) => {
if (res.code == 200) {
self.$message.success("设备远程控制成功");
let url = `http://74.6.54.166:9006/loginJump?zjhm=${row.bdidcard}`
let url = `http://74.6.54.166:9006/#/pages/login/loginJump?zjhm=${row.bdidcard}`
window.open(url,"_blank")
this.getList();
}
......
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