songxingwei 3 years ago
parent
commit
d866462495
1 changed files with 0 additions and 2 deletions
  1. 0 2
      application/admin/controller/MainProject.php

+ 0 - 2
application/admin/controller/MainProject.php

@@ -108,9 +108,7 @@ class MainProject extends Controller
         $this->menus = Data::arr2table(array_merge([['id' => '', 'pid' => '-1', 'title' => '--全部--']],$menus ));
 
         $template = Db::name('system_template')->where('is_del',1)->field('id,title')->select();
-        dump($template);
         $this->template = array_merge([['id' => '', 'title' => '--全部--']],$template );
-        dump($this->template);
         //省
         $province = Db::name('system_area')->where('level',1)->select();
         $this->province = $province;