mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
--fix bug
This commit is contained in:
@@ -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 = [
|
state.list = [
|
||||||
{
|
{
|
||||||
name: "报表中心",
|
name: "报表中心",
|
||||||
|
|||||||
Reference in New Issue
Block a user