|
@@ -782,9 +782,9 @@ export default {
|
|
|
content.replace(/<img [^>]*src=['"]([^'"]+)[^>]*>/g, function (match, capture) {
|
|
|
img.push(capture);
|
|
|
});
|
|
|
- if (img.length > 3) {
|
|
|
- return this.$message.warning('最多插入三张图片');
|
|
|
- }
|
|
|
+ // if (img.length > 3) {
|
|
|
+ // return this.$message.warning('最多插入三张图片');
|
|
|
+ // }
|
|
|
if (
|
|
|
this.selectDataHouseTreeData.userList.length === 0 &&
|
|
|
this.selectDataPeopleTreeData &&
|