@@ -315,7 +315,7 @@ export default {
this.videoPic = [];
this.elsePic = [];
imgArr.map((item, index) => {
- switch (item.name) {
+ switch (item.Name) {
case "安装位置":
this.installPic.push(item);
break;