This commit is contained in:
parent
8bb3f21f7f
commit
be329da1af
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/logo.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite + Vue</title>
|
<title>Vite + Vue</title>
|
||||||
<style>
|
<style>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
|
@ -37,7 +37,7 @@ export default {
|
||||||
props: ['url'],
|
props: ['url'],
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
playUrl: 'http://192.168.1.27/live/test.live.flv?secret=gqig2yfkkdpimic1uwzy1l5msio0eflm', // 播放地址
|
playUrl: '', // 播放地址
|
||||||
jessibuca: null,
|
jessibuca: null,
|
||||||
version: '',
|
version: '',
|
||||||
wasm: false,
|
wasm: false,
|
||||||
|
|
Loading…
Reference in New Issue