Commit 0e9e26bb authored by 李纪文's avatar 李纪文

feat: 消息视频弹窗视频播放报错问题修改

parent ea0ea8be
Pipeline #94886 passed with stages
...@@ -110,9 +110,10 @@ ...@@ -110,9 +110,10 @@
"@congcongcai/jieba.js": "0.0.3", "@congcongcai/jieba.js": "0.0.3",
"@esri/calcite-colors": "6.0.3", "@esri/calcite-colors": "6.0.3",
"@wisdom-cesium/krpano": "1.0.29-60", "@wisdom-cesium/krpano": "1.0.29-60",
"@wisdom-components/VmsVideo": "1.42.0",
"@wisdom-components/basictable": "^1.5.16", "@wisdom-components/basictable": "^1.5.16",
"@wisdom-components/empty": "^1.4.1", "@wisdom-components/empty": "^1.4.1",
"@wisdom-components/videoslidermodal": "^1.1.60", "@wisdom-components/videoslidermodal": "1.3.0",
"@wisdom-map/amap":"^2.0.22", "@wisdom-map/amap":"^2.0.22",
"@wisdom-map/arcgismap":"^2.0.96", "@wisdom-map/arcgismap":"^2.0.96",
"@wisdom-map/basemap":"^2.0.8", "@wisdom-map/basemap":"^2.0.8",
......
...@@ -25,7 +25,7 @@ const jessibucaObj = { ...@@ -25,7 +25,7 @@ const jessibucaObj = {
screenshot: false, screenshot: false,
}, },
loadingText: '视频加载中', loadingText: '视频加载中',
decoder: '/JessibucaVideo/decoder.js', decoder: '/civbase/JessibucaVideo/decoder.js',
}; };
const PlatformModal = ({ platformVisible, handleClosePlatform, handlerMointer, messages = [], type }) => { const PlatformModal = ({ platformVisible, handleClosePlatform, handlerMointer, messages = [], type }) => {
const [pageIndex, setPageIndex] = useState(1); const [pageIndex, setPageIndex] = useState(1);
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<script crossorigin src="/civbase/isomorphic-fetch.js"></script> <script crossorigin src="/civbase/isomorphic-fetch.js"></script>
<script src="/civbase/ddLogin.js"></script> <script src="/civbase/ddLogin.js"></script>
<script src="/civbase/wwLogin.js"></script> <script src="/civbase/wwLogin.js"></script>
<script src="/civbase/JessibucaVideo/jessibuca.js"></script>
<script type="text/javascript"> <script type="text/javascript">
window.share = { window.share = {
event: new EventEmitter(), event: new EventEmitter(),
......
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