yangdr hai 1 mes
pai
achega
00b817fd3c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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") }, "*")