|
@@ -1053,8 +1053,10 @@ export default {
|
|
// 插入版头版尾
|
|
// 插入版头版尾
|
|
handleInsertImgSource(e){
|
|
handleInsertImgSource(e){
|
|
if(e.type=='1'){
|
|
if(e.type=='1'){
|
|
|
|
+ this.$message.success('版头设置成功')
|
|
this.headImg=e.data.ImgUrl
|
|
this.headImg=e.data.ImgUrl
|
|
}else{
|
|
}else{
|
|
|
|
+ this.$message.success('版尾设置成功')
|
|
this.endImg=e.data.ImgUrl
|
|
this.endImg=e.data.ImgUrl
|
|
}
|
|
}
|
|
this.contentChange=true
|
|
this.contentChange=true
|