Skip to content

Commit

Permalink
replace url with path
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jun 5, 2023
1 parent 250df10 commit 1e9542c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v8/src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const hideFlyover = () => {
const showFlyover = (rowItem) => {
state.flyoverData = rowItem.id;
state.flyoverTitle = rowItem.url || rowItem.sourcePath;
state.flyoverTitle = rowItem.sourcePath;
state.flyoverVisible = true;
hash.set('page', rowItem.id);
};
Expand Down

0 comments on commit 1e9542c

Please sign in to comment.