fix(接口定义): 批量导出成功提示自动关闭

--bug=1047147 --user=白奇 【接口测试】接口定义-批量选中导出,导出成功提示信息不会自动关闭 https://www.tapd.cn/55049933/s/1585792
This commit is contained in:
baiqi 2024-09-25 15:02:51 +08:00 committed by 刘瑞斌
parent b424a488c5
commit 86488f392d
2 changed files with 2 additions and 2 deletions

View File

@ -1120,7 +1120,7 @@
), ),
]), ]),
]), ]),
duration: 999999999, // duration: 10000, // 10s
closable: true, closable: true,
}); });
} }

View File

@ -1207,7 +1207,7 @@
), ),
]), ]),
]), ]),
duration: 999999999, // duration: 10000, // 10s
closable: true, closable: true,
}); });
} }