Renxy 1 жил өмнө
parent
commit
a43d8aa0de

+ 1 - 1
src/pages/Cad/detail.js

@@ -17,7 +17,7 @@ const CadDeTail = () => {
 
     ZwCloud2D.ZwDataProcessor.ZwSetConnectUrl(
       'https://cad.greentech.com.cn',
-      'https://cad.greentech.com.cn:5121',
+      'wss://cad.greentech.com.cn:5121',
       'https://cad.greentech.com.cn',
     );
     ZwCloud2D.ZwDataProcessor.ZwSetLoadDwg(path);

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

@@ -192,7 +192,7 @@ const CadDemo = () => {
   useEffect(() => {
     ZwCloud2D.ZwDataProcessor.ZwSetConnectUrl(
       'https://cad.greentech.com.cn', //47.111.24.13
-      'https://cad.greentech.com.cn:5121',
+      'wss://cad.greentech.com.cn:5121',
       'https://cad.greentech.com.cn',
     );
   }, []);