Commit 2649d5d2 authored by 罗超's avatar 罗超

修改首页跳转

parent c8065b8b
......@@ -3281,6 +3281,8 @@ export default {
this.$router.push({ path: url ,query:{}});
}
}else{
window.open(url, "_blank");
}
},
goUrlT(url, index, name) {
......
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