...
|
...
|
@@ -175,7 +175,7 @@ |
175
|
175
|
Modal.info({
|
176
|
176
|
title: '接口内容',
|
177
|
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
|
|
...
|
...
|
|