Commit 2f30a27c authored by danfuman's avatar danfuman

修改

parent 505aa830
......@@ -1475,13 +1475,11 @@ export default {
});
}
}
break;
case '集团户':
if(this.permissions.includes('*:*:*')){
this.$router.push({ path: item.url })
}else {
}
break;
case '集团户':
if(this.permissions.includes('group:query')){
this.$router.push({ path: item.url })
}else {
......@@ -1490,8 +1488,12 @@ export default {
type: 'warning'
});
}
}
break;
case '查城投平台':
if(this.permissions.includes('*:*:*')){
this.$router.push({ path: item.url })
}else {
if(this.permissions.includes('owner:query')){
this.$router.push({ path: item.url })
}else {
......@@ -1500,8 +1502,12 @@ export default {
type: 'warning'
});
}
}
break;
case '商机雷达':
if(this.permissions.includes('*:*:*')){
this.$router.push({ path: item.url })
}else {
if(this.permissions.includes('radar:query')){
this.$router.push({ path: item.url })
}else {
......@@ -1510,6 +1516,7 @@ export default {
type: 'warning'
});
}
}
break;
default:
break;
......
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