细节优化
parent
6c85f0c76b
commit
13146f433f
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
|
@ -151,14 +151,24 @@ return array (
|
||||||
'plugins_service_users_center_left_menu_handle' =>
|
'plugins_service_users_center_left_menu_handle' =>
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\wallet\\Hook',
|
0 => 'app\\plugins\\wallet\\Hook',
|
||||||
|
1 => 'app\\plugins\\distribution\\Hook',
|
||||||
),
|
),
|
||||||
'plugins_service_header_navigation_top_right_handle' =>
|
'plugins_service_header_navigation_top_right_handle' =>
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\wallet\\Hook',
|
0 => 'app\\plugins\\wallet\\Hook',
|
||||||
|
1 => 'app\\plugins\\distribution\\Hook',
|
||||||
),
|
),
|
||||||
'plugins_service_users_personal_show_field_list_handle' =>
|
'plugins_service_users_personal_show_field_list_handle' =>
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\weixinwebauthorization\\Hook',
|
0 => 'app\\plugins\\weixinwebauthorization\\Hook',
|
||||||
),
|
),
|
||||||
|
'plugins_service_order_pay_success_handle_end' =>
|
||||||
|
array (
|
||||||
|
0 => 'app\\plugins\\distribution\\Hook',
|
||||||
|
),
|
||||||
|
'plugins_service_order_aftersale_audit_handle_end' =>
|
||||||
|
array (
|
||||||
|
0 => 'app\\plugins\\distribution\\Hook',
|
||||||
|
),
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Loading…
Reference in New Issue