diff --git a/src/components/videoDHone/index.vue b/src/components/videoDHone/index.vue index acbc044..8a7a466 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: () => '', }, }); diff --git a/src/components/videoDHone/index.vue b/src/components/videoDHone/index.vue index acbc044..8a7a466 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: () => '', }, }); diff --git a/src/views/pictureOnMap/page/components/DialogTabs/component/ShiPingJianKong.vue b/src/views/pictureOnMap/page/components/DialogTabs/component/ShiPingJianKong.vue index acfd6af..fb0456c 100644 --- a/src/views/pictureOnMap/page/components/DialogTabs/component/ShiPingJianKong.vue +++ b/src/views/pictureOnMap/page/components/DialogTabs/component/ShiPingJianKong.vue @@ -72,7 +72,7 @@ console.log('props.videoList', props.videoList); // 如果是单独视频站点的类型 就没有多个 不用查询 直接赋值点击地图获取到的stcode if (props.videoList.includes(props.dataCode)) { - AllData.cameraIndexCode = props.dataId; + AllData.cameraIndexCode = props.dataID; return; } diff --git a/src/components/videoDHone/index.vue b/src/components/videoDHone/index.vue index acbc044..8a7a466 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: () => '', }, }); diff --git a/src/views/pictureOnMap/page/components/DialogTabs/component/ShiPingJianKong.vue b/src/views/pictureOnMap/page/components/DialogTabs/component/ShiPingJianKong.vue index acfd6af..fb0456c 100644 --- a/src/views/pictureOnMap/page/components/DialogTabs/component/ShiPingJianKong.vue +++ b/src/views/pictureOnMap/page/components/DialogTabs/component/ShiPingJianKong.vue @@ -72,7 +72,7 @@ console.log('props.videoList', props.videoList); // 如果是单独视频站点的类型 就没有多个 不用查询 直接赋值点击地图获取到的stcode if (props.videoList.includes(props.dataCode)) { - AllData.cameraIndexCode = props.dataId; + AllData.cameraIndexCode = props.dataID; return; } diff --git a/vite.config.js b/vite.config.js index 60aaa88..65ccb59 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,12 +5,12 @@ import autoprefixer from 'autoprefixer'; const Timestamp = new Date().getTime(); //随机时间戳 -// let ipLink = 'https://server1.wh-nf.cn:8201/prod-api'; +let ipLink = 'https://server1.wh-nf.cn:8201/prod-api'; // let ipLink = 'http://192.168.16.135:9100'; // let ipLink = 'https://dhgx.wh-nf.cn:8201/prod-api'; // let ipLink = 'http://192.168.16.124:9100'; // let ipLink = 'http://192.168.20.43:9100'; // 刘总 -let ipLink = 'http://192.168.16.43:9100'; +// let ipLink = 'http://192.168.16.43:9100'; /* */ // https://vitejs.dev/config/