Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrenjie committed Nov 2, 2023
2 parents 0874647 + cd9154d commit db16464
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/plugins/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ let config = {
withCredentials: true, // Check cross-site Access-Control
};

console.log(config)

const request = axios.create(config);

request.interceptors.request.use(config => {
Expand Down

0 comments on commit db16464

Please sign in to comment.