Revert "修复上传角色面板图路径错误"

This reverts commit aa190a7836.
This commit is contained in:
temp 2023-03-15 16:53:04 +08:00
parent aa190a7836
commit fef7a9b1d3

View File

@ -9,6 +9,8 @@ const getRoot = (root = '') => {
root = `${_path}/`
} else if (root === 'miao') {
root = `${_path}/plugins/miao-plugin/`
} else {
root = `${_path}/plugins/${root}/`
}
return root
}