diff --git a/src/App.vue b/src/App.vue index 31a5f3c..06e8bdf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,8 +4,9 @@ import WebSocketDemo from './components/WebSocketDemo.vue' import Zlm from './components/Zlm.vue' import Wvp from './components/Wvp.vue' import GB2818Live from './components/GB2818Live.vue' +import GB2818Record from './components/GB2818Record.vue' -type TabType = 'websocket' | 'zlm' | 'wvp' | 'gb28181' +type TabType = 'websocket' | 'zlm' | 'wvp' | 'gb28181' | 'gb28181-record' const activeTab = ref('websocket') @@ -41,6 +42,12 @@ const switchTab = (tab: TabType) => { > GB28181 Live +
@@ -48,6 +55,7 @@ const switchTab = (tab: TabType) => { +
diff --git a/src/components/GB2818Record.vue b/src/components/GB2818Record.vue new file mode 100644 index 0000000..219835c --- /dev/null +++ b/src/components/GB2818Record.vue @@ -0,0 +1,814 @@ + + + + +