|
|
@@ -415,7 +415,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
this.$msg({
|
|
|
message: `“${eachFile.name}”格式错误,请上传2:1、120MB以内、jpg格式的全景图片`,
|
|
|
- type: "error",
|
|
|
+ type: "warning",
|
|
|
});
|
|
|
}, i * 100);
|
|
|
return;
|
|
|
@@ -425,7 +425,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
this.$msg({
|
|
|
message: `“${eachFile.name}”名称过长,请上传标题在50字以内的全景图片`,
|
|
|
- type: "error",
|
|
|
+ type: "warning",
|
|
|
});
|
|
|
}, i * 100);
|
|
|
return;
|
|
|
@@ -440,7 +440,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
this.$msg({
|
|
|
message: `“${eachFile.name}”格式错误,请上传2:1、120MB以内、jpg格式的全景图片`,
|
|
|
- type: "error",
|
|
|
+ type: "warning",
|
|
|
});
|
|
|
}, i * 100);
|
|
|
return
|
|
|
@@ -449,7 +449,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
this.$msg({
|
|
|
message: `“${eachFile.name}”格式错误,请上传2:1、120MB以内、jpg格式的全景图片`,
|
|
|
- type: "error",
|
|
|
+ type: "warning",
|
|
|
});
|
|
|
}, i * 100);
|
|
|
return
|