微调
This commit is contained in:
parent
e6b1b0c63d
commit
4913c36b3c
@ -166,7 +166,7 @@ function updateMap() {
|
||||
: 'H';
|
||||
return `${conbinationData?.device}_${conbinationData?.combinationtype}_${relay.datas.code}_${pos}`;
|
||||
});
|
||||
map.set(`${j + 1}-${i + 1}`, ref.join('\\'));
|
||||
map.set(`${j + 1}-${i + 1}`, ref.join('/'));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
@ -162,7 +162,7 @@ function updateMap() {
|
||||
.queryStore.queryById<Relay>(refRelay);
|
||||
return `${conbinationData?.device}_${conbinationData?.combinationtype}_${relay.datas.code}`;
|
||||
});
|
||||
map.set(`${j + 1}-${i + 1}`, ref.join('\\'));
|
||||
map.set(`${j + 1}-${i + 1}`, ref.join('/'));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user