flx:升级海康web插件谷歌浏览器播放失败bug
This commit is contained in:
parent
ac2b281bee
commit
1960b4e1d2
@ -4,8 +4,8 @@ NODE_ENV = 'development'
|
|||||||
# 本地环境接口地址(/api/index.ts文件中使用)
|
# 本地环境接口地址(/api/index.ts文件中使用)
|
||||||
# 后端本地
|
# 后端本地
|
||||||
# VITE_API_URL = 'http://192.168.34.155:28890' #彭杰鞍钢本地
|
# VITE_API_URL = 'http://192.168.34.155:28890' #彭杰鞍钢本地
|
||||||
VITE_API_URL = 'http://192.168.34.155:19111'
|
# VITE_API_URL = 'http://192.168.34.155:19111'
|
||||||
# VITE_API_URL = 'http://192.168.34.221:8111' #雄哥本地
|
VITE_API_URL = 'http://192.168.34.221:8111' #雄哥本地
|
||||||
# VITE_API_URL = 'http://192.168.34.221:19112' #雄哥本地
|
# VITE_API_URL = 'http://192.168.34.221:19112' #雄哥本地
|
||||||
# VITE_API_URL = 'http://192.168.34.221:28890' #雄哥本地
|
# VITE_API_URL = 'http://192.168.34.221:28890' #雄哥本地
|
||||||
# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
|
# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
|
||||||
@ -21,7 +21,7 @@ VITE_API_URL = 'http://192.168.34.155:19111'
|
|||||||
# 演示平台
|
# 演示平台
|
||||||
# VITE_API_URL = 'http://jxj.zhgdyun.com:9809'
|
# VITE_API_URL = 'http://jxj.zhgdyun.com:9809'
|
||||||
# 百色七参数线上地址
|
# 百色七参数线上地址
|
||||||
# VITE_API_URL = 'http://101.43.164.214:11111'
|
VITE_API_URL = 'http://101.43.164.214:11111'
|
||||||
# 七参数标准版(测试平台)
|
# 七参数标准版(测试平台)
|
||||||
# VITE_API_URL = 'http://jxj.zhgdyun.com:15551'
|
# VITE_API_URL = 'http://jxj.zhgdyun.com:15551'
|
||||||
# 七参数标准版(测试平台)
|
# 七参数标准版(测试平台)
|
||||||
|
|||||||
@ -128,7 +128,7 @@
|
|||||||
<!-- 用于前端与插件交互 -->
|
<!-- 用于前端与插件交互 -->
|
||||||
<script src="/jsencrypt.min.js"></script>
|
<script src="/jsencrypt.min.js"></script>
|
||||||
<!-- 用于RSA加密 -->
|
<!-- 用于RSA加密 -->
|
||||||
<script type="text/javascript" src="/jsWebControl-1.0.0.min.js"></script>
|
<script type="text/javascript" src="/jsWebControl-1.2.5.min.js"></script>
|
||||||
<!-- 用于RSA加密 -->
|
<!-- 用于RSA加密 -->
|
||||||
<!-- <script
|
<!-- <script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
|
|||||||
1
public/jsWebControl-1.0.0.min.js
vendored
1
public/jsWebControl-1.0.0.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/jsWebControl-1.2.5.min.js
vendored
Normal file
2
public/jsWebControl-1.2.5.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user