소스 검색

feat: 提示未开启权限,退出登录

sunxiao 2 달 전
부모
커밋
3c33145104
3개의 변경된 파일14개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html
  2. 12 0
      public/hs-cti.es6.umd.prod.js
  3. 1 0
      src/store/modules/voice.js

+ 1 - 1
index.html

@@ -14,7 +14,7 @@
   <script type="text/javascript" src="https://static.fuxicarbon.com/hs-cti/SIP.min.js"></script>
   <!-- <script type="text/javascript" src="https://static.fuxicarbon.com/hs-cti/hs-cti.es6.umd.prod.js"></script> -->
   <!-- <script src="http://static.fuxicarbon.com/hs-cti/hs-cti.es6.umd.prod.js" type="text/javascript"></script> -->
-   <script type="text/javascript" src="/hs-cti.es6.umd.prod.js"></script>
+   <script type="text/javascript" src="./hs-cti.es6.umd.prod.js"></script>
   <link rel="icon" href="/favicon.ico">
   <title>佳木斯智能语音客服</title>
   <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 12 - 0
public/hs-cti.es6.umd.prod.js


+ 1 - 0
src/store/modules/voice.js

@@ -181,6 +181,7 @@ const useVoiceStore = defineStore('voice', () => {
             type: 'warning',
             duration: 0
           })
+          unInit();
           break;
       }
     })

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.