Skip to content

Commit

Permalink
fix: correct unexpected avatar path in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Oct 6, 2018
1 parent 524e3c9 commit 6d6db59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/workspace/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
{
id: 'xxx1',
title: 'Vue.js',
logo: '/static/user.png',
logo: '',
description: '那是一种内在的东西,他们到达不了,也无法触及的',
updatedAt: new Date(),
member: '科学搬砖组',
Expand Down

0 comments on commit 6d6db59

Please # to comment.