Showing
1 changed file
with
1 additions
and
1 deletions
@@ -175,7 +175,7 @@ | @@ -175,7 +175,7 @@ | ||
175 | Modal.info({ | 175 | Modal.info({ |
176 | title: '接口内容', | 176 | title: '接口内容', |
177 | width: 600, | 177 | width: 600, |
178 | - content: h(JsonPreview, { data: JSON.parse(record.requestParams) }), | 178 | + content: h(JsonPreview, { virtual: true, data: JSON.parse(record.requestParams) }), |
179 | }); | 179 | }); |
180 | }; | 180 | }; |
181 | 181 |