chore: migrate memo route

This commit is contained in:
Steven
2024-01-21 01:23:44 +08:00
parent a2aea3747c
commit 288527914b
8 changed files with 60 additions and 23 deletions

View File

@ -75,7 +75,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
if (event.altKey) {
showChangeMemoCreatedTsDialog(memo.id);
} else {
navigateTo(`/m/${memo.id}`);
navigateTo(`/m/${memo.name}`);
}
};