ZhaoJun 1 rok temu
rodzic
commit
fd1fafb171
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/pages/Scada/index.js

+ 1 - 1
src/pages/Scada/index.js

@@ -9,7 +9,7 @@ const Scada = () => {
 
   const handleClick = (id) => {
     let domain = location.host.includes('work.greentech.com.cn')
-      ? 'https://120.55.44.4:8900/'
+      ? 'http://120.55.44.4:8900/'
       : 'http://47.96.12.136:8788/';
     const url = `${domain}smart-water/scada/index.html#/page/3d/${id}?JWT-TOKEN=${token}`;
     window.open(url);