Skip to content

Commit 13e8850

Browse files
committed
bugfix
1 parent 0474b44 commit 13e8850

3 files changed

Lines changed: 3 additions & 13623 deletions

File tree

build/dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ rm(path.resolve(__dirname, '../dist'), function (err) {
1919
var app = express();
2020
// proxy webapi request to mobile
2121
app.use('/webapi', proxyMiddleware('/webapi', {
22-
target: 'http://192.168.10.90:18888',
22+
target: 'http://192.168.1.6:18888',
2323
// target: 'http://192.168.1.107:18888',
2424
changeOrigin: true
2525
}));
2626
app.use('/login', proxyMiddleware('/login', {
27-
target: 'http://192.168.10.90:18888',
27+
target: 'http://192.168.1.6:18888',
2828
// target: 'http://192.168.1.107:18888',
2929
changeOrigin: true
3030
}));

0 commit comments

Comments
 (0)