File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ module.exports = {
42
42
'/payapi' ,
43
43
'/admin' ,
44
44
'/statis' ,
45
+ '/img' ,
45
46
] ,
46
47
// CSS Sourcemaps off by default because relative paths are "buggy"
47
48
// with this option, according to the CSS-Loader README
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ let routerMode = 'history';
11
11
let baseImgPath ;
12
12
13
13
if ( process . env . NODE_ENV == 'development' ) {
14
- baseUrl = 'http://localhost:8001 ' ;
15
- baseImgPath = 'http://localhost:8001 /img/' ;
14
+ baseUrl = 'http://localhost:8002 ' ;
15
+ baseImgPath = 'http://localhost:8002 /img/' ;
16
16
} else {
17
- baseUrl = 'http://cangdu.org:8001' ;
17
+ baseUrl = 'http://cangdu.org:8001' ;
18
18
baseImgPath = 'http://cangdu.org:8001/img/' ;
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments