Commit 740b8b1b authored by youjie's avatar youjie

no message

parent de3050b8
......@@ -909,6 +909,7 @@
newArr.push(file.file);
let fileName = file.file.name;
var path = "/Upload/WebSite/";
this.$message.info(this.$t('tips.shangchuanzhong'))
this.UploadSelfFileT(path, newArr, x => {
var str = x.data.FilePath;
var imgUrl = this.domainManager().ViittoFileUrl + str;
......@@ -923,6 +924,7 @@
} else {
this.PostMsg.FootLogo2 = imgUrl;
}
this.$message.success(this.$t('tips.scchenggong'));
},this.commonType==5||this.commonType==1?2:undefined);
},
//操作项目
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment