|
|
@@ -12,9 +12,9 @@ class Platform extends Backend
|
|
|
public function _initialize()
|
|
|
{
|
|
|
parent::_initialize();
|
|
|
-// $this->model = new \app\admin\model\third\Platform;
|
|
|
+ $this->model = new \app\admin\model\third\Platform;
|
|
|
// $this->model = model('Platform');
|
|
|
- $this->model = model('app\common\model\Platform');
|
|
|
+// $this->model = model('app\common\model\Platform');
|
|
|
}
|
|
|
|
|
|
// 列表页
|