@@ -88,10 +88,10 @@ namespace PDF_Master.Views
{
//打开传过来的文件路径
- if (App.OpenedFileList.Contains(App.GuidPDFPath))
+ if (App.OpenedFileList.Contains(filePath))
//如果已经打开时,则选中文档所在页签
- App.mainWindowViewModel.SelectItem(App.GuidPDFPath);
+ App.mainWindowViewModel.SelectItem(filePath);
}
else