modified 修复普通用户登录

This commit is contained in:
zhaoxiang 2020-12-07 12:08:51 +08:00
parent ee719f669d
commit 7a2b5c326e

View File

@ -31,6 +31,11 @@ php think apiadmin:install
```
php think migrate:run
* 如出现报错There are no commands defined in the "migrate" namespace.
* 请先更新下think版本composer update topthink/framework
* 再执行php think migrate:run
* 特别鸣谢:@孙晔华
```
> 第四步:构建后端路由