解决uniapp打包成鸿蒙后,正式和测试版本页面空白的原因
鸿蒙打包,白屏
·
D:\project\project\harmony-configs\entry里面的build-profile.json5里的混淆关闭掉,
"arkOptions": {
"obfuscation": {
"ruleOptions": {
"enable": false,//false是关闭混淆,true是开启混淆
"files": [
"./obfuscation-rules.txt"
]
}
}
}
更多推荐




所有评论(0)