Skip to content

Commit 192d163

Browse files
committed
delete package-lcok.json
1 parent 2a07def commit 192d163

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ yarn-error.log*
77
test/unit/coverage
88
test/e2e/reports
99
selenium-debug.log
10+
package-lock.json
11+
.DS_Store

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://localhost:8001/img/';
14+
baseUrl = 'http://cangdu.org:8001';
15+
baseImgPath = 'http://cangdu.org:8001/img/';
1616
}else{
1717
baseUrl = 'http://cangdu.org:8001';
1818
baseImgPath = 'http://cangdu.org:8001/img/';

0 commit comments

Comments
 (0)