ZxcZxc123 2 years ago
parent
commit
0c7ba59881
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/system/controller/Index.php

+ 4 - 0
app/system/controller/Index.php

@@ -57,7 +57,11 @@ class Index extends AuthController
     public function getCateList()
     {
         $educationModel = new EducationModel();
+        var_dump('12123213');
+        var_dump($educationModel);
         $cateList = $educationModel->getCate();
+        var_dump('789798798');
+        var_dump($cateList);
         return json($cateList);
     }
 }