thx / rap2-dolores

MIT License
610 stars 255 forks source link

fix: 导入JSON发生异常无错误提示问题 #113

Open yizhao1998 opened 2 years ago

yizhao1998 commented 2 years ago

现象: 参数/响应导入模块中, 有可能用户的输入不符合JSON格式, 此时提交在console报错, 页面端没有展示。 修改:

  1. 提交时对输入文本进行解析, 捕获异常。
  2. 如有异常, 页面提示错误信息。