Commit 2f30a27c authored by danfuman's avatar danfuman

修改

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