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

Signed-off-by: ChallengerV <245646299@qq.com>
This commit is contained in:
ChallengerV 2023-03-14 03:45:30 +00:00 committed by Gitee
parent 2300dec2d3
commit aa190a7836
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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