diff --git a/src/components/AdminPage/IPCam/index.js b/src/components/AdminPage/IPCam/index.js index f2122da..1bba30c 100644 --- a/src/components/AdminPage/IPCam/index.js +++ b/src/components/AdminPage/IPCam/index.js @@ -169,7 +169,7 @@ class IPCamPage extends React.Component { 攝影機事件通知位址 - {`${location.protocol}//${location.host}${location.port != '' ? `:${location.port}` : ''}/camevent`} + {`${location.protocol}//${location.host}/camevent`} {this.openModal(0)}} />
- {`${location.protocol}//${location.host}${location.port != '' ? `:${location.port}` : ''}/camevent`} + {`${location.protocol}//${location.host}/camevent`}