mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-09 21:28:09 +08:00
Update 20241010000002_install_admin20241011.php
This commit is contained in:
parent
f9da55e1b9
commit
4f6c4df5de
@ -17,6 +17,7 @@ declare(strict_types=1);
|
|||||||
* | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
|
* | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
|
||||||
* +----------------------------------------------------------------------
|
* +----------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use app\admin\Service;
|
use app\admin\Service;
|
||||||
use think\admin\extend\PhinxExtend;
|
use think\admin\extend\PhinxExtend;
|
||||||
use think\admin\model\SystemConfig;
|
use think\admin\model\SystemConfig;
|
||||||
@ -61,7 +62,7 @@ class InstallAdmin20241011 extends Migrator
|
|||||||
'nickname' => '超级管理员',
|
'nickname' => '超级管理员',
|
||||||
'password' => '21232f297a57a5a743894a0e4a801fc3',
|
'password' => '21232f297a57a5a743894a0e4a801fc3',
|
||||||
'headimg' => 'https://thinkadmin.top/static/img/head.png',
|
'headimg' => 'https://thinkadmin.top/static/img/head.png',
|
||||||
], true);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user