代码调整
This commit is contained in:
parent
9523f6e4cc
commit
1a393e41b6
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<chat-box />
|
<!-- <chat-box /> -->
|
||||||
<!-- <div v-show="!minimize" class="reminder-drag">
|
<!-- <div v-show="!minimize" class="reminder-drag">
|
||||||
<div v-if="userRole != '05' && userRole != ''">
|
<div v-if="userRole != '05' && userRole != ''">
|
||||||
<div class="tabs-roles">
|
<div class="tabs-roles">
|
||||||
@ -79,7 +79,7 @@
|
|||||||
import QrCode from '@/components/QrCode';
|
import QrCode from '@/components/QrCode';
|
||||||
// import ChartWindow from './chatWindow';
|
// import ChartWindow from './chatWindow';
|
||||||
// import ChartView from './chartView';
|
// import ChartView from './chartView';
|
||||||
import ChatBox from './chatBox';
|
// import ChatBox from './chatBox';
|
||||||
import SetTime from '@/views/newMap/displayNew/demon/setTime';
|
import SetTime from '@/views/newMap/displayNew/demon/setTime';
|
||||||
import { ranAsPlan, exitRunPlan } from '@/api/simulation';
|
import { ranAsPlan, exitRunPlan } from '@/api/simulation';
|
||||||
import { exitFullscreen } from '@/utils/screen';
|
import { exitFullscreen } from '@/utils/screen';
|
||||||
@ -93,7 +93,7 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
// ChartView,
|
// ChartView,
|
||||||
// ChartWindow,
|
// ChartWindow,
|
||||||
ChatBox,
|
// ChatBox,
|
||||||
QrCode,
|
QrCode,
|
||||||
SetTime,
|
SetTime,
|
||||||
RealDevice
|
RealDevice
|
||||||
|
Loading…
Reference in New Issue
Block a user