forked from ccsens_fe/tall-mui-3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
210 B
9 lines
210 B
4 years ago
|
const state = {
|
||
|
syncMessages: [], // 同步消息
|
||
|
faultMessages: [], // 新收到的未处理的 故障消息
|
||
|
faults: [], // 所有的故障消息
|
||
|
game: [], // 游戏的消息
|
||
|
};
|
||
|
|
||
|
export default state;
|