|
@@ -187,9 +187,9 @@ const CadDemo = () => {
|
|
|
|
|
|
useEffect(() => {
|
|
useEffect(() => {
|
|
ZwCloud2D.ZwDataProcessor.ZwSetConnectUrl(
|
|
ZwCloud2D.ZwDataProcessor.ZwSetConnectUrl(
|
|
- 'http://47.111.24.13:5121', //47.111.24.13
|
|
|
|
|
|
+ 'https://cad.greentech.com.cn', //47.111.24.13
|
|
'ws://47.111.24.13:5121',
|
|
'ws://47.111.24.13:5121',
|
|
- 'http://47.111.24.13:5121',
|
|
|
|
|
|
+ 'https://cad.greentech.com.cn',
|
|
);
|
|
);
|
|
}, []);
|
|
}, []);
|
|
|
|
|