前端组件调整,剔除无用文件

This commit is contained in:
2019-09-28 20:12:43 +08:00
parent 0b0d659c5e
commit c29b8358be
3496 changed files with 893 additions and 393801 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class Admin extends BaseController {
protected function success($msg, $url = ''){
$this->data['code'] = 0;
$this->data['msg'] = $msg;
$this->data['url'] = $url->__toString();
$this->data['url'] = $url ? $url->__toString() : '';
return $this->data;
}