是否可以在Android电容器应用上将默认来源https://example.org
设置为标准http://localhost
?
答案 0 :(得分:1)
来源由网络视图处理,并且取决于应用程序的投放网址,因此您无法直接更改来源,但可以更改网址电容器的用途,这将更改来源。要更改URL,请在capacitor.config.json
中配置服务器对象的主机名和androidSchene属性"server": {
"hostname": "example.org",
"androidScheme": "https"
}
https://capacitor.ionicframework.com/docs/basics/configuring-your-app#common-configuration