fix(接口测试): 场景导入 HTTP 请求修复
--bug=1047490 --user=白奇 【接口测试】 场景-导入任一http请求-服务端执行提示插件错误 https://www.tapd.cn/55049933/s/1591602
This commit is contained in:
parent
519c5da10f
commit
4db5958a48
|
@ -127,7 +127,7 @@ export default function useCreateActions() {
|
|||
// 自定义请求、api、case 添加协议和方法
|
||||
config = {
|
||||
...config,
|
||||
protocol: item.protocol,
|
||||
protocol: item.protocol || item.config?.protocol,
|
||||
method: item.method || item.config?.method,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue