Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
万成 committed Dec 16, 2020
1 parent 2d61fc6 commit c4a54d7
Show file tree
Hide file tree
Showing 10 changed files with 6,849 additions and 56 deletions.
44 changes: 21 additions & 23 deletions ui/dist/plugin-gb28181.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/dist/plugin-gb28181.common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/dist/plugin-gb28181.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 21 additions & 23 deletions ui/dist/plugin-gb28181.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/dist/plugin-gb28181.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ui/dist/plugin-gb28181.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/dist/plugin-gb28181.umd.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
<div class="tabpanel" v-if="$parent.titleTabActive === 1">
<div class="search">
<i-select v-model="channelSelectedList" multiple>
<Option v-for="(channel,index) in channelList"
<i-option v-for="(channel,index) in channelList"
:value="channel"
:label="channel.DeviceID + '(' + channel.Name + ')'"
:key="index">
</Option>
</i-option>
</i-select>
</div>
<div class="flex-box">
<template v-for="(channel,index) in channelSelectedList">
<div class="flex-item" :key="index" v-if="channel.ID">
<webrtc-player2 :stream-path="'gb28181/'+channel.ID"></webrtc-player2>
<div class="flex-item" :key="index" v-if="channel.DeviceID">
<webrtc-player2 :stream-path="'gb28181/'+channel.DeviceID"></webrtc-player2>
</div>
</template>
</div>
Expand Down
6,793 changes: 6,793 additions & 0 deletions ui/yarn.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit c4a54d7

Please sign in to comment.