Prechádzať zdrojové kódy

去掉不用的函数

cxmo 1 rok pred
rodič
commit
cadb41ef69

+ 0 - 10
src/views/report_manage/mixins/reportMixin.js

@@ -223,16 +223,6 @@ export default {
   },
 
   methods: {
-    containsOtherIframe(text, chartshowURL, tableshowURL) {
-        console.log('url',chartshowURL)
-        // 使用正则表达式匹配除了指定的两个 <iframe> 之外的其他 <iframe>
-        var pattern = new RegExp('<iframe\\s+src="' + chartshowURL.replace(/\//g, "\\/") + '"|' +
-                                 chartshowURL.replace(/\//g, "\\/") + '"', 'g');
-        var pattern2 = new RegExp('<iframe\\s+src="' + tableshowURL.replace(/\//g, "\\/") + '"|' +
-                                 tableshowURL.replace(/\//g, "\\/") + '"', 'g');
-        console.log('pattern',pattern.test(text))
-        return !(pattern.test(text) || pattern2.test(text));
-    },
     insertHtml(item, type = "chart") {
       //设置编辑器获取焦点
       this.editor.events.focus();