Skip to content

Commit 880e1c6

Browse files
committed
remove consle log
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent b161057 commit 880e1c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/user/content.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export default {
4545
.get(apiurl('/account/' + this.$route.params.id))
4646
.then(res => {
4747
let data = res.data.res;
48-
console.log(data);
4948
this.username = data.username;
5049
this.email = data.email;
5150
this.introduction = data.introduction;

0 commit comments

Comments
 (0)