Compare commits
2 Commits
4f62053fdb
...
626abf682b
Author | SHA1 | Date |
---|---|---|
wuhongjian | 626abf682b | |
wuhongjian | f7999e0474 |
|
@ -1 +1,5 @@
|
|||
back/dist-西海岸-后台管理.zip
|
||||
back/dist-市局-后台管理-带配置文件.zip
|
||||
back/dist-西海岸-后台管理-带配置文件.zip
|
||||
back/dist.zip
|
||||
front/public/index.html
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @Author: hisense.wuhongjian
|
||||
* @Date: 2022-03-29 16:45:25
|
||||
* @LastEditors: hisense.wuhongjian
|
||||
* @LastEditTime: 2022-06-17 18:32:39
|
||||
* @LastEditTime: 2022-06-20 18:48:46
|
||||
* @Description: 告诉大家这是什么
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
|
@ -29,10 +29,10 @@
|
|||
<!-- 站点配置 -->
|
||||
<script>
|
||||
window.SITE_CONFIG = {};
|
||||
window.SITE_CONFIG['backUrl'] = 'http://10.110.205.1:8001';
|
||||
window.SITE_CONFIG['previewUrl'] = 'http://10.110.205.1:8002/';
|
||||
window.SITE_CONFIG['frontUrl'] = 'http://10.110.205.1:8002/document/#/devModelFile/';
|
||||
window.SITE_CONFIG['apiURL'] = 'http://10.110.205.1:8000/renren-admin';
|
||||
// window.SITE_CONFIG['backUrl'] = 'http://10.110.205.1:8001';
|
||||
// window.SITE_CONFIG['previewUrl'] = 'http://10.110.205.1:8002/';
|
||||
// window.SITE_CONFIG['frontUrl'] = 'http://10.110.205.1:8002/document/#/devModelFile/';
|
||||
// window.SITE_CONFIG['apiURL'] = 'http://10.110.205.1:8000/renren-admin';
|
||||
|
||||
// window.SITE_CONFIG['backUrl'] = 'http://15.72.183.90:8001';
|
||||
// window.SITE_CONFIG['previewUrl'] = 'http://15.72.183.90:7008/';
|
||||
|
@ -40,10 +40,10 @@
|
|||
// window.SITE_CONFIG['apiURL'] = 'http://15.72.183.90:8000/renren-admin';
|
||||
|
||||
|
||||
// window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797';
|
||||
// window.SITE_CONFIG['previewUrl'] = 'http://localhost:8080/';
|
||||
// window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/document/#/devModelFile/';
|
||||
// window.SITE_CONFIG['apiURL'] = 'http://15.2.21.238:8888/renren-admin';
|
||||
window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797';
|
||||
window.SITE_CONFIG['previewUrl'] = 'http://localhost:8080/';
|
||||
window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/document/#/devModelFile/';
|
||||
window.SITE_CONFIG['apiURL'] = 'http://15.2.21.238:8888/renren-admin';
|
||||
// 穿透版本
|
||||
// window.SITE_CONFIG['backUrl'] = 'http://124.222.94.39:9797';
|
||||
// window.SITE_CONFIG['previewUrl'] = 'http://124.222.94.39:9796/';
|
||||
|
|
|
@ -379,7 +379,7 @@
|
|||
}
|
||||
// 打开视频预览
|
||||
const openVideo = (item) => {
|
||||
getHls(item.cameraIndexCode).then((res) => {
|
||||
getHls(item.link).then((res) => {
|
||||
console.log('获取视频地址===============>', res)
|
||||
// videoUrl.value = res.data.data
|
||||
options.src = res.data.data
|
||||
|
@ -463,7 +463,8 @@
|
|||
cardType,
|
||||
findComponentName,
|
||||
shoppingKey,
|
||||
openVideo
|
||||
openVideo,
|
||||
options
|
||||
}
|
||||
},
|
||||
beforeUnmount() {
|
||||
|
|
Loading…
Reference in New Issue