Skip to content

Commit

Permalink
fix: package.json缺少依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1673495 committed Jul 22, 2019
1 parent c554603 commit d4500a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^2.6.5",
"element-ui": "^2.10.1",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
Expand Down
2 changes: 0 additions & 2 deletions src/utils/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export default {
}
if (response.status === 200) {
return response.data
} else {
console.log('error', response)
}
})

Expand Down

0 comments on commit d4500a8

Please sign in to comment.