|
|
|
@ -20,6 +20,7 @@ class SdkMenuController extends ThinkController{
|
|
|
|
|
foreach($config as $k => $v)
|
|
|
|
|
{
|
|
|
|
|
$config[$k]['icon'] = is_https()?'https://':'http://' . $_SERVER['HTTP_HOST'] . $v['icon'];
|
|
|
|
|
$config[$k]['type'] = $this->but_type[$v['type']];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$this->assign('list',$config);
|
|
|
|
|