style(接口测试): 优化mock期望删除时的提示语

优化mock期望删除时的提示语
This commit is contained in:
song-tianyang 2022-08-04 10:45:36 +08:00 committed by 建国
parent fcb2066d18
commit db754794f4
2 changed files with 2 additions and 2 deletions

View File

@ -1213,7 +1213,7 @@ export default {
base_info: "基本信息",
req_param: "请求参数",
rsp_param: "响应内容",
delete_mock_expect: "确认删除这条期吗?",
delete_mock_expect: "确认删除这条吗?",
rule: {
input_code: "请输入 HTTP Code"
},

View File

@ -1210,7 +1210,7 @@ export default {
base_info: "基本信息",
req_param: "請求參數",
rsp_param: "響應內容",
delete_mock_expect: "確認刪除這條期嗎?",
delete_mock_expect: "確認刪除這條嗎?",
rule: {
input_code: "請輸入 HTTP Code"
},