Skip to content

Commit

Permalink
fix: 禁用一个工单菜单
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Aug 5, 2024
1 parent d98dff2 commit e8c0a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/think-plugs-wemall/src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public static function menu(): array
'subs' => [
['name' => '常见问题管理', 'icon' => 'layui-icon layui-icon-star', 'node' => "{$code}/help.problem/index"],
['name' => '意见反馈管理', 'icon' => 'layui-icon layui-icon-template', 'node' => "{$code}/help.feedback/index"],
['name' => '工单提问管理', 'icon' => 'layui-icon layui-icon-service', 'node' => "{$code}/help.question/index"],
// ['name' => '工单提问管理', 'icon' => 'layui-icon layui-icon-service', 'node' => "{$code}/help.question/index"],
],
],
], PaymentService::menu());
Expand Down

0 comments on commit e8c0a83

Please sign in to comment.