moonsflyer 4 months ago
parent
commit
926c022037
1 changed files with 1 additions and 0 deletions
  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'] ?? '';
         $userId         = self::$params['user_id'] ?? '';
 
 
         $moduleList = array_column($content,'name');
         $moduleList = array_column($content,'name');
+        dump($moduleList);die;
         foreach ($moduleList as $moduleKey => $moduleName) {
         foreach ($moduleList as $moduleKey => $moduleName) {
 
 
             //需要拼接数据的组件
             //需要拼接数据的组件