浏览代码

暂不启用脚本

PC-202304251453\Administrator 6 月之前
父节点
当前提交
fdd8f8cb0a
共有 1 个文件被更改,包括 15 次插入15 次删除
  1. 15 15
      config/process.php

+ 15 - 15
config/process.php

@@ -62,20 +62,20 @@ return [
     'create_tables' => [
     'create_tables' => [
         'handler' => \app\process\CreateTables::class,
         'handler' => \app\process\CreateTables::class,
     ],
     ],
-    'game_active' => [
-        'handler' => \app\process\dataReport\GameActive::class,
-    ],
-    'base_total' => [
-        'handler' => \app\process\dataReport\BaseTotal::class,
-    ],
-    'basic_login_total' => [
-        'handler' => \app\process\dataReport\BasicLoginTotal::class,
-    ],
-    'game_reg_pay_month' => [
-        'handler' => \app\process\dataReport\GameRegPayMonth::class,
-    ],
-    'game_total_month' =>  [
-        'handler' => \app\process\dataReport\GameTotalMonth::class,
-    ]
+//    'game_active' => [
+//        'handler' => \app\process\dataReport\GameActive::class,
+//    ],
+//    'base_total' => [
+//        'handler' => \app\process\dataReport\BaseTotal::class,
+//    ],
+//    'basic_login_total' => [
+//        'handler' => \app\process\dataReport\BasicLoginTotal::class,
+//    ],
+//    'game_reg_pay_month' => [
+//        'handler' => \app\process\dataReport\GameRegPayMonth::class,
+//    ],
+//    'game_total_month' =>  [
+//        'handler' => \app\process\dataReport\GameTotalMonth::class,
+//    ]
 
 
 ];
 ];