|
@@ -6,8 +6,10 @@ return [
|
|
|
"api/kqCollect" => 11,
|
|
|
],
|
|
|
"menu_option" => [
|
|
|
- "api/customerAdd" => 0,
|
|
|
- "api/customerEdit" => 0,
|
|
|
+ "api/customerAdd" => 55,
|
|
|
+ "api/customerEdit" => 55,
|
|
|
+ "api/businessOpportunityAdd" => 56,
|
|
|
+ "api/businessOpportunityEdit" => 56,
|
|
|
],
|
|
|
];
|
|
|
|