Sfoglia il codice sorgente

feat: 开启失败

Leo 1 anno fa
parent
commit
3125ee80d6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/module/jptmgmt/page/JptMgmt.jsx

+ 1 - 0
src/module/jptmgmt/page/JptMgmt.jsx

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