From 0e60c08d9c8481c2774d124fc6854735e7ede838 Mon Sep 17 00:00:00 2001 From: Kokomi <1379177109@qq.com> Date: Wed, 8 Nov 2023 05:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=B7=B2=E7=9F=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/Render.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/common/Render.js b/components/common/Render.js index f95a2be7..f1fe90ca 100644 --- a/components/common/Render.js +++ b/components/common/Render.js @@ -19,6 +19,7 @@ const Render = { let resPath = data.pluResPath const layoutPath = process.cwd() + '/plugins/miao-plugin/resources/common/layout/' return { + _miao_path: resPath, ...data, _res_path: resPath, _layout_path: layoutPath,