--fix bug

This commit is contained in:
yuping
2023-04-10 12:03:09 +08:00
parent 92a0e5bd70
commit 7990759b3f

View File

@@ -469,7 +469,7 @@ export default {
}
];
}
if (n.indexOf("/project") !== -1 || n.indexOf("/ProjecT") !== -1) {
if ((n.indexOf("/project") !== -1 || n.indexOf("/ProjecT") !== -1) && n.toLowerCase().indexOf("/projectmanage") === -1) {
state.list = [
{
name: "报表中心",