We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785bae7 commit 7218cc0Copy full SHA for 7218cc0
src/config/env.js
@@ -11,8 +11,8 @@ let routerMode = 'history';
11
let baseImgPath;
12
13
if (process.env.NODE_ENV == 'development') {
14
- baseUrl = 'http://cangdu.org:8001';
15
- baseImgPath = 'http://cangdu.org:8001/img/';
+ baseUrl = 'http://localhost:8001';
+ baseImgPath = 'http://localhost:8001/img/';
16
}else{
17
baseUrl = 'http://cangdu.org:8001';
18
baseImgPath = 'http://cangdu.org:8001/img/';
0 commit comments