初步完成

This commit is contained in:
2020-09-11 10:27:23 +08:00
parent 9c6d4da51e
commit 49c3511dbe
43 changed files with 3437 additions and 1188 deletions

View File

@@ -11,7 +11,7 @@ return [
| login page.
|
*/
'name' => '黑龙江科学杂志',
'name' => '黑龙江科学院智能制造研究所',
/*
|--------------------------------------------------------------------------
@@ -22,7 +22,7 @@ return [
| `img` tag, eg '<img src="http://logo-url" alt="Admin logo">'.
|
*/
'logo' => '<b>科学</b>杂志',
'logo' => '<b>智能</b>制造',
/*
|--------------------------------------------------------------------------
@@ -34,7 +34,7 @@ return [
| '<img src="http://logo-url" alt="Admin logo">'.
|
*/
'logo-mini' => '<b>kxzz</b>',
'logo-mini' => '<b>haai</b>',
/*
|--------------------------------------------------------------------------
@@ -58,9 +58,9 @@ return [
*/
'route' => [
'prefix' => env('ADMIN_ROUTE_PREFIX', 'admin'),
'prefix' => env('ADMIN_ROUTE_PREFIX', 'admin'),
'namespace' => 'App\\Admin\\Controllers',
'namespace' => 'App\\Admin\\Controllers',
'middleware' => ['web', 'admin'],
],
@@ -110,11 +110,11 @@ return [
*/
'auth' => [
'controller' => App\Admin\Controllers\AuthController::class,
'controller' => App\Admin\Controllers\AuthController::class,
'guard' => 'admin',
'guard' => 'admin',
'guards' => [
'guards' => [
'admin' => [
'driver' => 'session',
'provider' => 'admin',
@@ -399,7 +399,7 @@ return [
'ueditor' => [
// 如果要关掉这个扩展设置为false
'enable' => true,
// 编辑器的前端配置 参考http://fex.baidu.com/ueditor/#start-config
// 编辑器的前端配置 参考http://fex.BAIDU.com/ueditor/#start-config
'config' => [
'initialFrameHeight' => 400, // 例如初始化高度
],