bugfix
This commit is contained in:
@@ -85,6 +85,8 @@ function sendMsg(ws: WebSocket, type: MsgType) {
|
||||
break;
|
||||
case 'run-state':
|
||||
data = template.runState;
|
||||
data.fireDirection =
|
||||
Math.floor(Math.random() * 10) % 2 === 0 ? '南火' : '北火';
|
||||
break;
|
||||
case 'realtime':
|
||||
/** 天然气 实时流量 */
|
||||
|
||||
Reference in New Issue
Block a user