From 1f922dec90af2922e1bea20c5a5d2d1904e8a133 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 4 Nov 2024 11:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'drpy/drpy2.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drpy/drpy2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/drpy/drpy2.js b/drpy/drpy2.js index 75ecc9f2..2acd0050 100644 --- a/drpy/drpy2.js +++ b/drpy/drpy2.js @@ -9,7 +9,6 @@ const JSEncrypt = $.require(testPath + "jsencrypt.js"); const JINJA = $.require(testPath+"jinja.min.js"); const JP = $.require(testPath+"jsonpathplus.min.js"); -require(testPath+"external.js"); const cheerio = { jinja2(template, obj) { return JINJA.render(template, obj);