MineAdmin icon indicating copy to clipboard operation
MineAdmin copied to clipboard

🎉🎉🎉 MineAdmin是基于Hyperf框架 和 Vue3+Vite5 开发的前后端分离权限管理系统,自适应多终端。特色:后端 crud 生成 + 前端低代码 json 化配置

Results 28 MineAdmin issues
Sort by recently updated
recently updated
newest added

``` [ERROR] Error while decoding from Base64Url, invalid base64 characters detected [ERROR] /home/shipin520/dev/project/admin/MineAdmin/vendor/lcobucci/jwt/src/Encoding/CannotDecodeContent.php string(3184) "#0 /home/shipin520/dev/project/admin/MineAdmin/vendor/lcobucci/jwt/src/SodiumBase64Polyfill.php(66): Lcobucci\JWT\Encoding\CannotDecodeContent::invalidBase64String() #1 /home/shipin520/dev/project/admin/MineAdmin/vendor/lcobucci/jwt/src/Signer/Key/InMemory.php(39): Lcobucci\JWT\SodiumBase64Polyfill::base642bin('abcdefg', 1) #2 /home/shipin520/dev/project/admin/MineAdmin/vendor/xmo/jwt-auth/src/JWT.php(202): Lcobucci\JWT\Signer\Key\InMemory::base64Encoded('abcdefg') #3 /home/shipin520/dev/project/admin/MineAdmin/vendor/xmo/jwt-auth/src/JWT.php(64): Xmo\JWTAuth\JWT->getKey(Array) #4 /home/shipin520/dev/project/admin/MineAdmin/mine/Helper/LoginUser.php(156): Xmo\JWTAuth\JWT->getToken(Array)...

感觉这个非常不合理,为什么要查一次select count(*) ,之前都不需要的啊。我说怎么列表卡得要命,切下一页每次都要等7s

只需在vendor/qiniu/php-sdk/src/Qiniu/Auth.php文件 第117行$body前加上(array) ` if (count((array)$body) > 0`

中文: - [x] 对现有的模块控制器完善单元测试 - [x] 在线应用商店 - [ ] 在线表单设计 ...待补充

enhancement

## Before you submit this issue, you has been search all existed issues and search the [documentation](https://hyperf.wiki) device_id字段值为`1,2,4` 使用`,`分割后返回数组,列表正常显示`title`,编辑页面只显示`id` ### Describe your question ``` { title: "设备", dataIndex: "device_id", formType:...

question

## Before you submit this issue, you has been search all existed issues and search the [documentation](https://hyperf.wiki) `filter` 怎么使用动态值,比如使用当前编辑的数据某个字段值 ### Describe your question ``` { title: "设备", dataIndex: "device_id", formType:...

question

建议增加类输出属性注释,模型的主键,自增,时间戳属性判断,是否软删判断,以及casts类型映射,这样在预览代码时比较方便

源码预留了`system/refresh` 接口,前端没有接入,到期就会自动退出,这个体验有点不太好

enhancement