소스 검색

清理bug

yangdr 1 개월 전
부모
커밋
00b817fd3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/KMPlatform/Home/Home.vue

+ 1 - 1
src/views/KMPlatform/Home/Home.vue

@@ -92,7 +92,7 @@ watchEffect(() => {
 
 function handleModuleClick(path: string) {
   if (/^https?/g.test(path)) {
-    path = 'http://localhost:8081/home.html'
+    // path = 'http://localhost:8081/home.html'
     const newWindow = window.open(path, '_blank');
     timer = setInterval(() => {
       newWindow?.postMessage({ type: 'login', username: getSessionVar("full_name") }, "*")