You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
15
hyhproject/common/conf/admin/tags.php
Executable file
15
hyhproject/common/conf/admin/tags.php
Executable file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* ============================================================================
|
||||
*/
|
||||
return [
|
||||
'module_init'=> [
|
||||
'wstmart\\admin\\behavior\\InitConfig'
|
||||
],
|
||||
'action_begin'=> [
|
||||
'wstmart\\admin\\behavior\\ListenLoginStatus',
|
||||
'wstmart\\admin\\behavior\\ListenPrivilege',
|
||||
'wstmart\\admin\\behavior\\ListenOperate'
|
||||
]
|
||||
]
|
||||
?>
|
Reference in New Issue
Block a user