Browse Source

修改路由

liaofei 2 years ago
parent
commit
81a73688b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crmeb/app/adminapi/route/setting.php

+ 1 - 1
crmeb/app/adminapi/route/setting.php

@@ -127,7 +127,7 @@ Route::group('setting', function () {
     /** 组合数据 */
     /** 组合数据 */
     Route::group(function () {
     Route::group(function () {
         //组合数据资源路由
         //组合数据资源路由
-        Route::resource('group', 'v1.setting.SystemGroup')->except(['read'])->option([
+        Route::resource('group', 'v1.setting.SystemGroup')->option([
             'real_name' => [
             'real_name' => [
                 'index' => '获取组合数据列表',
                 'index' => '获取组合数据列表',
                 'create' => '获取组合数据表单',
                 'create' => '获取组合数据表单',