laynefyc / php-monitor

A free, flexible, powerful tool that helps you monitor PHP Service and profiling PHP code.
231 stars 31 forks source link

一些使用过程中发现的bug和优化 #15

Open DanielZhao1990 opened 3 years ago

DanielZhao1990 commented 3 years ago
  1. url搜索条件不能使用部分匹配,添加like条件实现 if(!empty($dto['url'])){ $db->where('url','like',$dto['url']); }
  2. 分页跳转时会丢失其他参数,只包含分页条件。 ?r=api/get-list&current=2&pageSize=20 解决1 前端代码修复,需开放前端源码 解决2 将搜索条件写入session