Commit 209ef2ac authored by shajiaiming's avatar shajiaiming

dom auth

parent 1ad05583
......@@ -11,40 +11,40 @@ return [
[
'class' => 'wallet\controllers\UserController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\WalletController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\MonitorController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\IssueChainController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\IssueCoinController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\ExploreAppController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\ExploreBannerController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\OssController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\CoinCurrencyController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\BannerController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\NoticeController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\FlashController',
'actions' => []
],[
], [
'class' => 'wallet\controllers\AssetController',
'actions' => []
]
......@@ -185,6 +185,14 @@ return [
//离九紫
60 => [
73 => 'auth_all'
],
//离九紫
60 => [
73 => 'auth_all'
],
//匿名公链
62 => [
75 => 'auth_all'
]
]
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment