作者 郭文星

1231

@@ -20,10 +20,6 @@ class Car extends Base @@ -20,10 +20,6 @@ class Car extends Base
20 protected $noNeedLogin = []; 20 protected $noNeedLogin = [];
21 protected $noNeedRight = ['*']; 21 protected $noNeedRight = ['*'];
22 22
23 - public function _initialize()  
24 - {  
25 - parent::_initialize();  
26 - }  
27 /** 23 /**
28 * 查询常用路线 24 * 查询常用路线
29 * @return void 25 * @return void