uniapp页面引入插件"usingComponents": {
"home": "plugin://ownerClub/home"
}
打混合包后被转成
"usingComponents": {
"home": "../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/plugin:/ownerClub/home",
"plugin-wrapper": "../../plugin-wrapper"
}
如何保持路径不变
快乐的琪宝贝 (作者)
hbuilder版本:4.75
uniapp是vue2的
2025-08-20 18:26