mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-14 03:11:07 +08:00
Compare commits
No commits in common. "9cea3f66a231725b3b603ab792b7cd13b2a16316" and "526c13e8ac05d06fab32a182fe0553c49dfdfa65" have entirely different histories.
9cea3f66a2
...
526c13e8ac
@ -108,7 +108,7 @@ class Menu extends Controller
|
||||
/* 读取系统功能节点 */
|
||||
$this->auths = [];
|
||||
$this->nodes = MenuService::instance()->getList();
|
||||
foreach (NodeService::instance()->getMethods($this->app->isDebug()) as $node => $item) {
|
||||
foreach (NodeService::instance()->getMethods() as $node => $item) {
|
||||
if ($item['isauth'] && substr_count($node, '/') >= 2) {
|
||||
$this->auths[] = ['node' => $node, 'title' => $item['title']];
|
||||
}
|
||||
|
||||
@ -143,11 +143,6 @@
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
&-ss {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
&-xs {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user