39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>DF-27模拟发射训练管理系统</title>
|
|
<script src="/js/vue.min.js"></script>
|
|
<script src="/js/vue-router.min.js"></script>
|
|
<script src="/js/axios.min.js"></script>
|
|
<script src="/js/element-ui.min.js"></script>
|
|
<script src="/js/g2.min.js"></script>
|
|
<script src="/config.js"></script>
|
|
<script src="/js/mpegts.js"></script>
|
|
<!-- <script src="/js/config.js"></script> -->
|
|
<script>
|
|
// var GyConfig={
|
|
// baseUrl:'https://192.168.2.13:8080',
|
|
// webRtcUrl:'webrtc://192.168.2.13:8080/live/livestream/'
|
|
// }
|
|
var GyConfig = {
|
|
baseUrl: 'https://' + location.hostname + ':8080',
|
|
webRtcUrl: 'webrtc://' + location.hostname + ':8080/live/livestream/'
|
|
}
|
|
// console.log('a');
|
|
// console.log(MqttApiAddres,'aaaaaaaaaaaaaaaaaaaaa');
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body oncontextmenu="return false">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
<link rel="stylesheet" href="/font/iconfont.css">
|
|
<script src="/js/socket.io.min.js" async></script>
|
|
</body>
|
|
|
|
</html> |