mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改注释
This commit is contained in:
parent
2e5759fce5
commit
30274cffeb
@ -45,6 +45,10 @@ class InstallAdminData extends Migrator
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 初始化系统菜单
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
private function createMenu()
|
private function createMenu()
|
||||||
{
|
{
|
||||||
// 初始化菜单数据
|
// 初始化菜单数据
|
||||||
@ -77,8 +81,6 @@ class InstallAdminData extends Migrator
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 创建系统菜单
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 初始化配置参数
|
* 初始化配置参数
|
||||||
* @return void
|
* @return void
|
||||||
|
@ -73,7 +73,7 @@ class InstallUserData extends Migrator
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 写入默认区域数据
|
* 写入默认区域数据
|
||||||
* @return mixed
|
* @return void
|
||||||
* @throws \think\db\exception\DbException
|
* @throws \think\db\exception\DbException
|
||||||
*/
|
*/
|
||||||
private function createRegion()
|
private function createRegion()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user