@@ -74,6 +74,7 @@ const JptMgmt = () => {
timeout = setTimeout(() => {
clearInterval(timer)
setSwitchLoading(false)
+ message.error('开启失败')
}, 100000)
timer = setInterval(() => {
fetchJptList()