Commit 8cbea9e0 authored by liudong1993's avatar liudong1993
parents ee848b31 d14f8271
......@@ -456,7 +456,7 @@
var imgUrl = this.domainManager().ViittoFileUrl + str;
this.plugData.Logo = imgUrl;
this.$message.success(this.$t('tips.scchenggong'));
});
},2);
},
UploadAttachmentMLogo(file) {
let newArr = [];
......@@ -468,7 +468,7 @@
var imgUrl = this.domainManager().ViittoFileUrl + str;
this.plugData.MLogo = imgUrl;
this.$message.success(this.$t('tips.scchenggong'));
});
},2);
},
//显示菜单弹窗
ShowMenuDialog(item) {
......
......@@ -265,7 +265,7 @@
var str = x.data.FilePath;
var imgUrl = this.domainManager().ViittoFileUrl + str;
this.plugData.MLogo = imgUrl;
});
},2);
},
addMenu() {
this.plugData.NavList.push(JSON.parse(JSON.stringify(this.MenuList)))
......@@ -287,7 +287,7 @@
var imgUrl = this.domainManager().ViittoFileUrl + str;
this.plugData.NavList[this.clickIndex].FileUrl = imgUrl;
this.$message.success(this.$t('tips.scchenggong'));
});
},2);
},
//显示菜单弹窗
ShowMenuDialog(item) {
......
......@@ -268,7 +268,7 @@
var imgUrl = this.domainManager().ViittoFileUrl + str;
this.plugData.MLogo = imgUrl;
this.$message.success(this.$t('tips.scchenggong'));
});
},2);
},
addMenu() {
this.plugData.NavList.push(JSON.parse(JSON.stringify(this.MenuList)))
......
......@@ -295,7 +295,7 @@
var str = x.data.FilePath;
var imgUrl = this.domainManager().ViittoFileUrl + str;
this.plugData.MLogo = imgUrl;
});
},2);
},
//显示菜单弹窗
ShowMenuDialog(item) {
......
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