fix: 修改了部分类型错误

This commit is contained in:
wangzhongjie 2025-02-17 14:34:43 +08:00
parent a0c4c21e90
commit 24c1a22168

View File

@ -21,12 +21,6 @@ struct Index {
//TODO 字段名称待修改 //TODO 字段名称待修改
const { no1, no2, no3, txt1, txt2 } = systemParm; const { no1, no2, no3, txt1, txt2 } = systemParm;
if (no1 == 4) { if (no1 == 4) {
const temp = {
no2,
no3,
txt1: decodeURI(txt1),
txt2
}
this.roadObj[no2] = no2 this.roadObj[no2] = no2
} }
}) })