Skip to content

Commit

Permalink
fix: /
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Aug 22, 2023
1 parent 075f1b6 commit 3d26927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/body/item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
return this.item.images?.[0];
},
link() {
return __Root + "/body";
return __Root + "body";
},
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/face/item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
},
link() {
const _root = this.client ? __Root : __OriginRoot;
return _root + "/face";
return _root + "face";
},
},
methods: {
Expand Down

0 comments on commit 3d26927

Please sign in to comment.