LD 4 年 前
コミット
7b3487e969

ファイルの差分が大きいため隠しています
+ 0 - 0
app/Http/Controllers/TestController.php


+ 1 - 0
resources/views/station/monitor/show.blade.php

@@ -407,6 +407,7 @@
                     window.Echo.channel(this.allTaskBroadcastName).listen(this.channelName,(msg)=> {
                         console.log('2:',(new Date()).toTimeString(),msg);
                         let stationTasksIn = JSON.parse(msg.json);
+                        console.log(stationTasksIn);
                         if(!stationTasksIn||stationTasksIn.length===0)return;
                         stationTasksIn.forEach(function(stationTaskIn){
                             let stationTaskIn_toAdd=stationTaskIn;

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません