소스 검색

feat: 开启失败

Leo 1 년 전
부모
커밋
3125ee80d6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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()