Commit a752e770 authored by 李纪文's avatar 李纪文

fix: 修改视频查看组件问题

parent 62218a9b
...@@ -113,6 +113,7 @@ const ConfigurationView = (props) => { ...@@ -113,6 +113,7 @@ const ConfigurationView = (props) => {
let devicesCode = []; let devicesCode = [];
const globalConfig = window.globalConfig || config; const globalConfig = window.globalConfig || config;
let isClose = false; let isClose = false;
// 子应用包名查找
const product = queryProduct(globalConfig?.widgets || [], decodeURI(window.location.pathname)); const product = queryProduct(globalConfig?.widgets || [], decodeURI(window.location.pathname));
const _JessibucaObj = { const _JessibucaObj = {
operateBtns: { operateBtns: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment