ZxcZxc123 2 年之前
父节点
当前提交
0c7ba59881
共有 1 个文件被更改,包括 4 次插入0 次删除
  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);
     }
 }