完善打印相关功能

去掉无用的前端文件
修改版权描述
This commit is contained in:
2021-02-26 05:52:52 +08:00
parent 37229cac4a
commit 427dabb95d
101 changed files with 442 additions and 7350 deletions
+2 -7
View File
@@ -27,11 +27,6 @@ class Controller extends BaseController
*/
public $powered = 'Gdoo';
/**
* @var 是否开源版
*/
public $openSource = false;
/**
* @var 配置参数
*/
@@ -79,14 +74,14 @@ class Controller extends BaseController
$this->ret = RetService::make();
View::share([
'title' => 'GdooOA',
'title' => 'Gdoo',
'setting' => $this->setting,
'public_url' => URL::to('/'),
'upload_url' => URL::to('/uploads'),
'static_url' => URL::to('/static'),
'asset_url' => URL::to('/assets'),
'version' => $this->version,
'openSource' => $this->openSource,
'licenseType' => env('LICENSE_TYPE'),
'resVersion' => $this->resVersion,
]);
}