[1078] 合并新UI

This commit is contained in:
lin
2025-05-14 18:01:12 +08:00
parent 68f7d3ef74
commit 081a146f2a
9 changed files with 535 additions and 467 deletions

View File

@@ -109,20 +109,17 @@
</template>
<script>
import uiHeader from '../layout/UiHeader.vue'
import player from './common/jessibuca.vue'
import player from '../../common/jessibuca.vue'
import moment from 'moment'
import JTDeviceService from './service/JTDeviceService'
export default {
name: 'App',
components: {
uiHeader, player
player
},
data() {
return {
phoneNumber: this.$route.params.phoneNumber,
channelId: this.$route.params.channelId,
deviceService: new JTDeviceService(),
recordsLoading: false,
streamId: '',
hasAudio: false,