Skip to content

Commit

Permalink
<fix>(config): fix config with debug info. (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Jan 3, 2024
1 parent f8c8ebe commit 262ebf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ module.exports = {
warnings: false,
errors: true
},
proxy: 'http://121.37.203.43:8250/'
// before: require('./mock/mock-server.js')
// proxy: 'http://127.0.0.1:8250/'
before: require('./mock/mock-server.js')
},
configureWebpack: {
// provide the app's title in webpack's name field, so that
Expand Down

0 comments on commit 262ebf7

Please sign in to comment.