diff --git a/components/Data.js b/components/Data.js index 17194119..9b7fa628 100644 --- a/components/Data.js +++ b/components/Data.js @@ -9,8 +9,6 @@ const getRoot = (root = '') => { root = `${_path}/` } else if (root === 'miao') { root = `${_path}/plugins/miao-plugin/` - } else { - root = `${_path}/plugins/${root}/` } return root }