0
應該是什麼指定的路線,如果我的網址是 https://test.fa.dk/avpi/p1/suite/applink/des212321離子深層鏈接URL路徑
我使用$ cordovaDeepLinks.route(「avpi.p1.suite.applink」) 它不工作。任何人都可以請改正路線?
應該是什麼指定的路線,如果我的網址是 https://test.fa.dk/avpi/p1/suite/applink/des212321離子深層鏈接URL路徑
我使用$ cordovaDeepLinks.route(「avpi.p1.suite.applink」) 它不工作。任何人都可以請改正路線?
$cordovaDeeplinks.route({
'/avpi/p1/suite/applink/:applinkId': {
target: '/*/avpi/p1/suite/applink',
parent: 'products'
}
})
似乎工作。