diff --git a/src/view/sy_table.vue b/src/view/sy_table.vue index 8fe76a1..906d8b7 100644 --- a/src/view/sy_table.vue +++ b/src/view/sy_table.vue @@ -542,6 +542,7 @@ const tapshow = (parentId, childId) => { "老有康养", "住有宜居", "弱有众扶", + // "体有所健", ]; // 检查 parentId 的第一个字符是否与 menuName 中的第一个字符匹配 const firstChar = parentId.name.charAt(0);