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) {
 
             //需要拼接数据的组件