moonsflyer 4 月之前
父节点
当前提交
926c022037
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/common/service/ThemeService.php

+ 1 - 0
app/common/service/ThemeService.php

@@ -67,6 +67,7 @@ class ThemeService
         $userId         = self::$params['user_id'] ?? '';
 
         $moduleList = array_column($content,'name');
+        dump($moduleList);die;
         foreach ($moduleList as $moduleKey => $moduleName) {
 
             //需要拼接数据的组件