1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-13 09:06:43 +00:00

add workspace

This commit is contained in:
2019-01-15 20:25:37 +08:00
parent d0a4b891b5
commit 3a22e99602
10 changed files with 465 additions and 4 deletions

View File

@@ -75,6 +75,12 @@ function init_accessMap()
'agent.add' => array('root', 'admin'),
'agent.remove' => array('root', 'admin'),
/* workspace */
'workspace.list' => array('root', 'admin', 'normal'),
'workspace.add' => array('root', 'admin', 'normal'),
'workspace.update' => array('root', 'admin', 'normal'),
'workspace.remove' => array('root', 'admin', 'normal'),
/* ucenter entry show control */
'ucenter.home' => array('root', 'admin', 'developer', 'normal'),
'ucenter.jobs' => array('root', 'admin', 'developer', 'normal'),