diff --git a/src/components/videoDHone/index.vue b/src/components/videoDHone/index.vue index 6314d4b..8a8109e 100644 --- a/src/components/videoDHone/index.vue +++ b/src/components/videoDHone/index.vue @@ -25,8 +25,15 @@ myVideoPlayer: null, pluginLoginInfo: { // 传入 icc 平台的登录信息 - host: '172.28.41.16', // icc 平台ip - port: '443', // icc 平台端口 https 默认 443 + // 内网端口 + // host: '172.28.41.16', // icc 平台ip + // port: '443', // icc 平台端口 https 默认 443 + // username: 'sfduijie', // icc 平台用户名 + // password: 'sfduijie@123', // icc 平台密码 + + // 外网端口 + host: '220.249.115.224', // icc 平台ip + port: '1443', // icc 平台端口 https 默认 443 username: 'sfduijie', // icc 平台用户名 password: 'sfduijie@123', // icc 平台密码 },