Jonny Young

Results 2 comments of Jonny Young

same problem OS X 10.13.6 Intellij IDEA 2018.2.2 Cursive 1.7.0-2018.2

1.12.0版本保存接口时,没必要自动保存标签,因为添加新标签的时候已经调用标签接口保存过了。 可以将 server.controllers.interface.js#autoAddTag 中的 if (tags && Array.isArray(tags) && tags.length > 0) 直接改成 if (params.project_id && tags && Array.isArray(tags) && tags.length > 0)