Commit 8e61d49a authored by 赵伟庚's avatar 赵伟庚

up 数据采集路由跳转

parent 90e96396
...@@ -284,6 +284,8 @@ export default { ...@@ -284,6 +284,8 @@ export default {
} else if (parent == "/services_shop") { } else if (parent == "/services_shop") {
this.$store.commit("serviceShopMenuAct", v.visit_url); this.$store.commit("serviceShopMenuAct", v.visit_url);
this.$router.push(v.visit_url); this.$router.push(v.visit_url);
} else if (v.visit_url.indexOf("#") > 0) {
window.open(v.visit_url);
} else { } else {
this.$router.push(v.visit_url); this.$router.push(v.visit_url);
} }
......
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