|
@@ -267,6 +267,11 @@ export default {
|
|
|
compDateHour1:new Date(new Date().getTime() - 3600000).Format("yyyy-MM-dd hh")+":00:00",
|
|
compDateHour1:new Date(new Date().getTime() - 3600000).Format("yyyy-MM-dd hh")+":00:00",
|
|
|
compDateHour2:new Date(new Date().getTime() - 3600000).Format("yyyy-MM-dd hh")+":00:00"
|
|
compDateHour2:new Date(new Date().getTime() - 3600000).Format("yyyy-MM-dd hh")+":00:00"
|
|
|
}]);
|
|
}]);
|
|
|
|
|
+
|
|
|
|
|
+ // 初始化时间显示
|
|
|
|
|
+ onMounted(() => {
|
|
|
|
|
+ initTimeDisplay('timeDisplay');
|
|
|
|
|
+ });
|
|
|
const hourList=ref([]);
|
|
const hourList=ref([]);
|
|
|
let lines={};
|
|
let lines={};
|
|
|
let oldLineState={};
|
|
let oldLineState={};
|
|
@@ -394,8 +399,6 @@ export default {
|
|
|
|
|
|
|
|
async function init(){
|
|
async function init(){
|
|
|
backMasterViewByFac();
|
|
backMasterViewByFac();
|
|
|
- // 初始化时间显示
|
|
|
|
|
- initTimeDisplay('timeDisplay');
|
|
|
|
|
(async()=>{
|
|
(async()=>{
|
|
|
let marklst = await player.Native.GisMarker.getMarkerList();
|
|
let marklst = await player.Native.GisMarker.getMarkerList();
|
|
|
if(marklst!=null){
|
|
if(marklst!=null){
|