📅  最后修改于: 2022-03-11 15:02:01.360000             🧑  作者: Mango
//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);