Skip to content

Commit 7218cc0

Browse files
committed
请求地址修改
1 parent 785bae7 commit 7218cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/env.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let routerMode = 'history';
1111
let baseImgPath;
1212

1313
if (process.env.NODE_ENV == 'development') {
14-
baseUrl = 'http://cangdu.org:8001';
15-
baseImgPath = 'http://cangdu.org:8001/img/';
14+
baseUrl = 'http://localhost:8001';
15+
baseImgPath = 'http://localhost:8001/img/';
1616
}else{
1717
baseUrl = 'http://cangdu.org:8001';
1818
baseImgPath = 'http://cangdu.org:8001/img/';

0 commit comments

Comments
 (0)