fix: MME配置tai-tac数值类型

This commit is contained in:
TsMask
2025-06-27 17:39:43 +08:00
parent dd9df3a08c
commit bcdb64777a

View File

@@ -313,7 +313,7 @@ const supportMapper = {
return {
index: index,
plmnId: plmn,
tac: param.tac,
tac: parseInt(param.tac),
};
},
},