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 2a07def commit 192d163Copy full SHA for 192d163
.gitignore
@@ -7,3 +7,5 @@ yarn-error.log*
7
test/unit/coverage
8
test/e2e/reports
9
selenium-debug.log
10
+package-lock.json
11
+.DS_Store
src/config/env.js
@@ -11,8 +11,8 @@ let routerMode = 'history';
let baseImgPath;
12
13
if (process.env.NODE_ENV == 'development') {
14
- //baseUrl = 'http://cangdu.org:8001';
15
- baseImgPath = 'http://localhost:8001/img/';
+ baseUrl = 'http://cangdu.org:8001';
+ baseImgPath = 'http://cangdu.org:8001/img/';
16
}else{
17
baseUrl = 'http://cangdu.org:8001';
18
baseImgPath = 'http://cangdu.org:8001/img/';
0 commit comments