抖音开发者工具报错信息
tma-core.js:2 [TMA] Component my-player:/ttcomponents/myPlayer/index not found in pages/drama/drama
更改的文件目录

pages.json中添加
{
"path": "pages/drama/drama",
"style": {
"navigationStyle": "default",
"backgroundColor": "#000002",
"app-plus": {
"background": "#000002"
},
"usingComponents": {
"my-player": "/ttcomponents/myPlayer/index"
}
}
},