From f52664b19c8de8ff3412578c5eaccf5f0213d819 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 11 Dec 2024 09:32:16 +0800 Subject: [PATCH] =?UTF-8?q?conf:=20page-spy=20=E6=97=A5=E5=BF=97=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/pagespy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/pagespy.js b/src/utils/pagespy.js index 8ded402..cd0e804 100644 --- a/src/utils/pagespy.js +++ b/src/utils/pagespy.js @@ -13,7 +13,7 @@ export const loadPageSpy = (title) => { Promise.all(PageSpySrc.map((src) => loadScript(src))).then(() => { // 注册插件 PageSpy.registerPlugin(new DataHarborPlugin({ maximum: 10 * 1024 * 1024 })); - PageSpy.registerPlugin(new RRWebPlugin()); + // PageSpy.registerPlugin(new RRWebPlugin()); // 实例化 PageSpy window.$pageSpy = new PageSpy({ api: 'page-spy.mycht.cn', project: 'Sales CRM', title: title + '(v' + BUILD_VERSION + ')', autoRender: false, offline: false, }); });