Skip to content

Commit

Permalink
update frontend/exam/vue.config.js.
Browse files Browse the repository at this point in the history
前后端端口统一
  • Loading branch information
lsgwr authored and gitee-org committed Nov 15, 2021
1 parent 76bfcf1 commit 0510b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/exam/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = {
devServer: {
// development server port 8000
port: 8000,
proxy: 'http://localhost:9527'
proxy: 'http://localhost:80'
},

// disable source map in production
Expand Down

0 comments on commit 0510b27

Please sign in to comment.