ACL的认证和授权管理功能分离.
This commit is contained in:
@@ -132,9 +132,9 @@ export default {
|
||||
if (
|
||||
clusterInfo &&
|
||||
clusterInfo.id &&
|
||||
clusterInfo.id == this.clusterInfo.id &&
|
||||
clusterInfo.clusterName != data.clusterName
|
||||
clusterInfo.id == this.clusterInfo.id
|
||||
) {
|
||||
// &&clusterInfo.clusterName != data.clusterName
|
||||
this.switchCluster(data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user