mock2easy icon indicating copy to clipboard operation
mock2easy copied to clipboard

Results 4 mock2easy issues
Sort by recently updated
recently updated
newest added

给每条接口增加一个 checkbox 标识一下当前接口已经处理了,并且列表可以选择已经处理的排在后面

![image](https://cloud.githubusercontent.com/assets/15793084/14737484/d5e77cea-08ae-11e6-9112-4704dec0c007.png) 大大不好意思又来打扰了,请问一下我已经更新到最新的mockjs但是 在变量规律下填写 @cword 等新语法还是无法使用,是不是我使用的姿势不对? 谢谢。

In the file server/setConfiguration.js and util/response2json.js possible dangerous eval call sites e.g.: ``` js eval('var _rule = ' + o.rule); ``` An attacker that can access your server can execute...