perf: 流水线修改编辑之后,增加未保存提示

This commit is contained in:
xiaojunnuo
2026-04-11 23:41:20 +08:00
parent d05129ec67
commit 21620ac6bd
3 changed files with 18 additions and 4 deletions
@@ -126,7 +126,7 @@ export function createAxiosService({ logger }: { logger: ILogger }) {
if (config.skipSslVerify || config.httpProxy) {
let rejectUnauthorized = true;
if (config.skipSslVerify) {
logger.info("跳过SSL验");
logger.info("忽略接口请求的SSL验");
rejectUnauthorized = false;
}
const proxy: any = {};