From d9f72e5f2b2bc733db5beb446da9e1b02ffbc2b4 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 3 Apr 2024 01:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=80=E7=A5=A8=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/vcCore/vcFramework.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/vcCore/vcFramework.js b/public/vcCore/vcFramework.js index 9c7d04f95..8b750a721 100644 --- a/public/vcCore/vcFramework.js +++ b/public/vcCore/vcFramework.js @@ -1379,7 +1379,7 @@ let _plugins = _sysInfo.plugins; let _hasPlugin = false; _plugins.forEach(_p=>{ - if(_pluginType == p.pluginType){ + if(_pluginType == _p.pluginType){ _hasPlugin = true; } })