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,