Skip to content

Commit

Permalink
Fix: 细节
Browse files Browse the repository at this point in the history
  • Loading branch information
毛瑞 committed Jun 28, 2020
1 parent dcec7bb commit 783656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class extends Vue {

const ROUTE = (this.$router as any).options.routes as RouteConfig[]
for (const config of ROUTE) {
LINK.push({
config.meta.thumb && LINK.push({
to: config.path, // uri
src: config.meta.thumb, // 缩略图
name: config.meta.name, // 描述
Expand Down

0 comments on commit 783656e

Please sign in to comment.