Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robert0609 committed Jan 30, 2020
1 parent 0474b44 commit 13e8850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13,623 deletions.
4 changes: 2 additions & 2 deletions build/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ rm(path.resolve(__dirname, '../dist'), function (err) {
var app = express();
// proxy webapi request to mobile
app.use('/webapi', proxyMiddleware('/webapi', {
target: 'http://192.168.10.90:18888',
target: 'http://192.168.1.6:18888',
// target: 'http://192.168.1.107:18888',
changeOrigin: true
}));
app.use('/login', proxyMiddleware('/login', {
target: 'http://192.168.10.90:18888',
target: 'http://192.168.1.6:18888',
// target: 'http://192.168.1.107:18888',
changeOrigin: true
}));
Expand Down
Loading

0 comments on commit 13e8850

Please sign in to comment.