refactor: merge group permissions into contacts

This commit is contained in:
liuwei
2026-04-13 11:18:59 +08:00
parent ec6c1308db
commit f52ace9487
3 changed files with 542 additions and 7 deletions

View File

@@ -726,7 +726,6 @@
defaultPath: '/groups',
items: [
{ label: '群组统计', path: '/groups' },
{ label: '权限管理', path: '/robot' },
{ label: '通讯录', path: '/contacts' },
{ label: '虚拟群组', path: '/virtual_group' }
]
@@ -786,7 +785,7 @@
},
created() {
const path = window.location.pathname;
this.showTimeRangeSelector = ['/', '/plugins', '/users', '/groups', '/robot', '/errors'].includes(path);
this.showTimeRangeSelector = ['/', '/plugins', '/users', '/groups', '/errors'].includes(path);
},
mounted() {
document.querySelector('.app-container').classList.add('loaded');