修正已知问题

This commit is contained in:
Kokomi 2023-11-08 05:06:13 +08:00
parent cc46c92e4f
commit 0e60c08d9c

View File

@ -19,6 +19,7 @@ const Render = {
let resPath = data.pluResPath let resPath = data.pluResPath
const layoutPath = process.cwd() + '/plugins/miao-plugin/resources/common/layout/' const layoutPath = process.cwd() + '/plugins/miao-plugin/resources/common/layout/'
return { return {
_miao_path: resPath,
...data, ...data,
_res_path: resPath, _res_path: resPath,
_layout_path: layoutPath, _layout_path: layoutPath,