diff --git a/src/api/MonitorAssetsOnMap.js b/src/api/MonitorAssetsOnMap.js
index 8795d6a..891804d 100644
--- a/src/api/MonitorAssetsOnMap.js
+++ b/src/api/MonitorAssetsOnMap.js
@@ -183,6 +183,16 @@
params: query,
});
}
+
+// 视频单独的弹框菜单
+export function drainageDispatchGetMenuVidoe(query) {
+ return request({
+ url: `/business/drainageMap/getMenu`,
+ method: 'get',
+ params: query,
+ });
+}
+
// 汇水分区查询关联7类数据 get id
export function getWaterRegionData(query) {
return request({
@@ -380,4 +390,4 @@
method: 'get',
params: query,
});
-}
\ No newline at end of file
+}
diff --git a/src/api/MonitorAssetsOnMap.js b/src/api/MonitorAssetsOnMap.js
index 8795d6a..891804d 100644
--- a/src/api/MonitorAssetsOnMap.js
+++ b/src/api/MonitorAssetsOnMap.js
@@ -183,6 +183,16 @@
params: query,
});
}
+
+// 视频单独的弹框菜单
+export function drainageDispatchGetMenuVidoe(query) {
+ return request({
+ url: `/business/drainageMap/getMenu`,
+ method: 'get',
+ params: query,
+ });
+}
+
// 汇水分区查询关联7类数据 get id
export function getWaterRegionData(query) {
return request({
@@ -380,4 +390,4 @@
method: 'get',
params: query,
});
-}
\ No newline at end of file
+}
diff --git a/src/components/videoDHone/index.vue b/src/components/videoDHone/index.vue
index 8a8109e..97065bf 100644
--- a/src/components/videoDHone/index.vue
+++ b/src/components/videoDHone/index.vue
@@ -13,7 +13,7 @@
// 内网、公网 4个配置
channelId: {
type: String,
- default: () => '1000131$1$0$0',
+ default: () => '',
},
});
@@ -26,16 +26,16 @@
pluginLoginInfo: {
// 传入 icc 平台的登录信息
// 内网端口
- // 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
+ 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 平台密码
},
});
@@ -77,11 +77,13 @@
createSuccess: versionInfo => {
// 该回调触发后,我们可以进行实时预览/录像回放等操作
// desc.value = '创建成功!!!' + versionInfo.message;
+ console.log('准备进入', AllData.channelId);
AllData.Getchajian = 1;
startReal();
},
// 创建播放器失败回调
createError: err => {
+ console.log('错误', JSON.stringify(err));
// 有错误码,可打印查看错误信息
// desc.value = '创建失败!!!' + JSON.stringify(err);
AllData.Getchajian = null;
@@ -158,6 +160,7 @@
// 实时预览
function startReal() {
+ console.log('开始实时预览', AllData.channelId);
AllData.myVideoPlayer.startReal([
// 通道id规则说明: 1000131(设备编码) + $1$0$(拼接字符串(固定)) + 0(通道编码)
可在ICC平台设备管理页面查看到通道id
{
@@ -217,7 +220,7 @@
listConfig(paramas).then(res => {
AllData.URL = res.data[0].configValue;
- desc.value = `插件启动失败,请检查插件是否安装!
+ desc.value = `插件启动失败,正在重试,请检查插件是否安装!
下载地址`;
});
}
diff --git a/src/api/MonitorAssetsOnMap.js b/src/api/MonitorAssetsOnMap.js
index 8795d6a..891804d 100644
--- a/src/api/MonitorAssetsOnMap.js
+++ b/src/api/MonitorAssetsOnMap.js
@@ -183,6 +183,16 @@
params: query,
});
}
+
+// 视频单独的弹框菜单
+export function drainageDispatchGetMenuVidoe(query) {
+ return request({
+ url: `/business/drainageMap/getMenu`,
+ method: 'get',
+ params: query,
+ });
+}
+
// 汇水分区查询关联7类数据 get id
export function getWaterRegionData(query) {
return request({
@@ -380,4 +390,4 @@
method: 'get',
params: query,
});
-}
\ No newline at end of file
+}
diff --git a/src/components/videoDHone/index.vue b/src/components/videoDHone/index.vue
index 8a8109e..97065bf 100644
--- a/src/components/videoDHone/index.vue
+++ b/src/components/videoDHone/index.vue
@@ -13,7 +13,7 @@
// 内网、公网 4个配置
channelId: {
type: String,
- default: () => '1000131$1$0$0',
+ default: () => '',
},
});
@@ -26,16 +26,16 @@
pluginLoginInfo: {
// 传入 icc 平台的登录信息
// 内网端口
- // 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
+ 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 平台密码
},
});
@@ -77,11 +77,13 @@
createSuccess: versionInfo => {
// 该回调触发后,我们可以进行实时预览/录像回放等操作
// desc.value = '创建成功!!!' + versionInfo.message;
+ console.log('准备进入', AllData.channelId);
AllData.Getchajian = 1;
startReal();
},
// 创建播放器失败回调
createError: err => {
+ console.log('错误', JSON.stringify(err));
// 有错误码,可打印查看错误信息
// desc.value = '创建失败!!!' + JSON.stringify(err);
AllData.Getchajian = null;
@@ -158,6 +160,7 @@
// 实时预览
function startReal() {
+ console.log('开始实时预览', AllData.channelId);
AllData.myVideoPlayer.startReal([
// 通道id规则说明: 1000131(设备编码) + $1$0$(拼接字符串(固定)) + 0(通道编码)
可在ICC平台设备管理页面查看到通道id
{
@@ -217,7 +220,7 @@
listConfig(paramas).then(res => {
AllData.URL = res.data[0].configValue;
- desc.value = `插件启动失败,请检查插件是否安装!
+ desc.value = `插件启动失败,正在重试,请检查插件是否安装!
下载地址`;
});
}
diff --git a/src/views/pictureOnMap/index.vue b/src/views/pictureOnMap/index.vue
index 4b84aaf..cfbc3ac 100644
--- a/src/views/pictureOnMap/index.vue
+++ b/src/views/pictureOnMap/index.vue
@@ -2,11 +2,7 @@