Skip to content

Commit

Permalink
fix: 🧩 在线预览
Browse files Browse the repository at this point in the history
  • Loading branch information
17359898647 committed Jan 10, 2024
1 parent e5a5b01 commit 8f8b206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/types/auto-router.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare module 'vue-router/auto/routes' {
'/one/one': RouteRecordInfo<'/one/one', '/one/one', Record<never, never>, Record<never, never>>,
'/one/two/three/three': RouteRecordInfo<'/one/two/three/three', '/one/two/three/three', Record<never, never>, Record<never, never>>,
'/one/two/two': RouteRecordInfo<'/one/two/two', '/one/two/two', Record<never, never>, Record<never, never>>,
'https://17359898647.github.io/': RouteRecordInfo<'https://17359898647.github.io/', '/outsideChain/LineNet', Record<never, never>, Record<never, never>>,
'https://17359898647.github.io/homePage': RouteRecordInfo<'https://17359898647.github.io/homePage', '/outsideChain/LineNet', Record<never, never>, Record<never, never>>,
'/outsideChain/NaiveUi': RouteRecordInfo<'/outsideChain/NaiveUi', '/outsideChain/NaiveUi', Record<never, never>, Record<never, never>>,
'/outsideChain/VueJs': RouteRecordInfo<'/outsideChain/VueJs', '/outsideChain/VueJs', Record<never, never>, Record<never, never>>,
'/outsideChain/VueUse': RouteRecordInfo<'/outsideChain/VueUse', '/outsideChain/VueUse', Record<never, never>, Record<never, never>>,
Expand Down
2 changes: 1 addition & 1 deletion src/views/outsideChain/LineNet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ definePage({
isTitle: '在线预览',
lineIcon: 'icon-icon-park:preview-open',
},
name: 'https://17359898647.github.io/',
name: 'https://17359898647.github.io/homePage',
})
</script>

Expand Down

0 comments on commit 8f8b206

Please sign in to comment.