|
|
@ -1,5 +1,6 @@ |
|
|
|
<script setup lang="ts"> |
|
|
|
import Exit from 'components/exit/index.vue' |
|
|
|
import Stop from 'components/home/Stop/index.vue' |
|
|
|
import { useActivateDebug } from 'hooks/useActivateDebug' |
|
|
|
import { isClose } from 'libs/socket' |
|
|
|
import { formatDateTime } from 'libs/utils' |
|
|
@ -96,6 +97,7 @@ const onExitHandle = () => { |
|
|
|
</el-footer> |
|
|
|
<FtStream :visible="systemStore.streamVisible" /> |
|
|
|
<Exit ref="exitModalRef" /> |
|
|
|
<Stop v-if="systemStore.systemStatus.emergencyStop" /> |
|
|
|
</el-container> |
|
|
|
</template> |
|
|
|
|
|
|
|