From f3983b1634c6a8f2b39ac4ad87888b1bbece4d18 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 22 Jun 2024 14:20:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyData.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyData.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJyData.js b/SrcJyData.js index 75f2953d..bc05a1ea 100644 --- a/SrcJyData.js +++ b/SrcJyData.js @@ -510,7 +510,7 @@ function getYiData(jkdata) { } json = { "list": xmllist }; } else if (!/{|}/.test(gethtml) && gethtml != "") { - let decfile = globalMap0.getMyVar('gmParams').rulepath + "appdec.js"; + let decfile = globalMap0.getMyVar('gmParams').datapath + "appdec.js"; let Juyingdec = fetch(decfile); if (Juyingdec != "") { eval(Juyingdec); @@ -688,7 +688,7 @@ function getSsData(name, jkdata, page) { json = JSON.parse(gethtml); } } else if (!/{|}/.test(gethtml) && gethtml != "") { - let decfile = globalMap0.getMyVar('gmParams').rulepath + "appdec.js"; + let decfile = globalMap0.getMyVar('gmParams').datapath + "appdec.js"; let Juyingdec = fetch(decfile); if (Juyingdec != "") { eval(Juyingdec);