|
@@ -16,9 +16,9 @@ const CadDeTail = () => {
|
|
|
ZwCloud2D.ZwEditor.ZwInit(content);
|
|
|
|
|
|
ZwCloud2D.ZwDataProcessor.ZwSetConnectUrl(
|
|
|
- 'http://47.111.24.13:5121',
|
|
|
+ 'https://cad.greentech.com.cn',
|
|
|
'ws://47.111.24.13:5121',
|
|
|
- 'http://47.111.24.13:5121',
|
|
|
+ 'https://cad.greentech.com.cn',
|
|
|
);
|
|
|
ZwCloud2D.ZwDataProcessor.ZwSetLoadDwg(path);
|
|
|
ZwCloud2D.ZwDataProcessor.ZwLoad();
|