我知道如何在ionic中配置深层链接,但我想知道是否有任何方法可以在运行应用程序后更改深层链接url。
<mat-chip-list>
<mat-chip><button mat-button matStepperPrevious>Back</button></mat-chip>
<mat-chip><button mat-button matStepperNext>Next</button></mat-chip>
</mat-chip-list>
在此处,添加插件时应配置URL_SCHEME,DEEPLINK_SCHEME和DEEPLINK_HOST。 但是,在运行应用程序之后,是否有任何方法可以动态更改这些配置? 预先感谢。