|
@@ -161,7 +161,7 @@
|
|
|
});
|
|
|
if (!isSideBySide) { //只有一个地图
|
|
|
if (this.codes.length != 1) {
|
|
|
- alert("请输入一个地图code!");
|
|
|
+ modal.msgError("请输入一个地图code!");
|
|
|
return
|
|
|
}
|
|
|
getSuperMap(this.codes).then(resp => {
|
|
@@ -218,7 +218,7 @@
|
|
|
})
|
|
|
} else { //卷帘地图
|
|
|
if (this.codes.length != 2) {
|
|
|
- alert("请输入两个地图code!");
|
|
|
+ modal.msgError("请输入两个地图code!");
|
|
|
return
|
|
|
}
|
|
|
getSuperMap(this.codes).then(resp => {
|