Renxy 1 年間 前
コミット
c6a7c430ca
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/pages/Scada/index.js

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

@@ -8,7 +8,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);