Skip to content

Commit

Permalink
Merge pull request #528 from 724338817/lab3.0.2
Browse files Browse the repository at this point in the history
remove ip
  • Loading branch information
CodingCattwo authored Feb 2, 2024
2 parents 25416d1 + d5221f4 commit 1eadf81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
node_modules/
config/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/mgr': {
target: 'http://10.107.120.92:5001/',
target: 'http://127.0.0.1',
changeOrigin: true,
pathRewrite: {
'^/mgr': ''
Expand Down

0 comments on commit 1eadf81

Please sign in to comment.