|
@@ -249,8 +249,8 @@ class MenuApi {
|
|
|
$menus[] = ["type" => [2], "code" => "fzbz", "pcode" => "zfbz", "name" => "房租补助", "url" => "", "icon" => "fa-money", "status" => 1];
|
|
|
$menus[] = ["type" => [2], "code" => "gfsq", "pcode" => "zfbz", "name" => "购房申请", "url" => "", "icon" => "fa-envira", "status" => 1];
|
|
|
$menus[] = ["type" => [2], "code" => "gfbz", "pcode" => "zfbz", "name" => "购房补助", "url" => "", "icon" => "fa-envira", "status" => 1];
|
|
|
- $menus[] = ["type" => [1], "code" => "sbrc", "pcode" => "0", "name" => "硕博人才", "url" => "", "icon" => "fa-graduation-cap", "status" => 1];
|
|
|
- $menus[] = ["type" => [1], "code" => "shbt", "pcode" => "sbrc", "name" => "生活补贴", "url" => "/enterprise/living_allowance", "icon" => "fa-graduation-cap", "status" => 1];
|
|
|
+ $menus[] = ["type" => [1, 6], "code" => "sbrc", "pcode" => "0", "name" => "硕博人才", "url" => "", "icon" => "fa-graduation-cap", "status" => 1];
|
|
|
+ $menus[] = ["type" => [1, 6], "code" => "shbt", "pcode" => "sbrc", "name" => "生活补贴", "url" => "/enterprise/living_allowance", "icon" => "fa-graduation-cap", "status" => 1];
|
|
|
$menus[] = ["type" => [3], "code" => "hxjh", "pcode" => "0", "name" => "海峡计划", "url" => "", "icon" => "fa-plane", "status" => 1];
|
|
|
$menus[] = ["type" => [3], "code" => "hxjhsb", "pcode" => "hxjh", "name" => "海峡计划申报", "url" => "", "icon" => "fa-pencil", "status" => 1];
|
|
|
foreach ($menus as $key => $menu) {
|