uniapp打包到微信开发工具,Component is not found in path "xxx" 好奇怪一直找不到问题 , 路径是没问题 应h5 是正常 微信不正常 : Component is not found in path "pageb/alang/alang" (using by "pages/my/about")(env: macOS,mp,1.06.2402040; lib: 2.21.4)
"subPackages":[
{
"root":"pageb" ,
"pages":[
{
"path" : "index/chart-line",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "components/tm-echarts/tm-echarts",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "alang/alang",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false
}
}
]
}
],