fix(接口定义): 测试执行-另存新接口 增加路径反显

This commit is contained in:
fit2-zhao 2021-03-23 16:12:43 +08:00
parent b6c550bb2a
commit 08c9cc09df
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ export default {
req.id = getUUID();
data.request = JSON.stringify(req);
data.method = this.api.method;
data.path = this.api.path;
data.url = this.api.url;
data.status = this.api.status;
data.userId = this.api.userId;