📌  相关文章
📜  IonicDeeplinkPlugin461520374:TypeError:route.split 不是函数 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:01.360000             🧑  作者: Mango

代码示例1
//This issue is related to one line of code that appears to be incorrect in deeplinks.js. as @pataar said it's from #243
// The line in deeplinks.js:
var matchedParams = self.routeMatch(pathData, realPath);
// should be:
var matchedParams = self.routeMatch(targetPath, realPath);