File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,9 @@ npm run local (访问本地后台系统,需运行node-elm后台系统)
69
69
70
70
### 移动端扫描下方二维码
71
71
72
- ![ ] ( https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/ewm.png )
72
+ <img src =" https://github.com/bailicangdu/vue2-elm/blob/master/screenshots/ewm.png " width =" 300 " height =" 300 " />
73
+
74
+ ![ ] ( )
73
75
74
76
75
77
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ var context = config.dev.context
39
39
switch ( process . env . NODE_ENV ) {
40
40
case 'local' : var proxypath = 'http://localhost:8001' ; break ;
41
41
case 'online' : var proxypath = 'http://cangdu.org:8001' ; break ;
42
- default : var proxypath = config . dev . proxypath ; break ;
42
+ default : var proxypath = config . dev . proxypath ;
43
43
}
44
44
var options = {
45
45
target : proxypath ,
Original file line number Diff line number Diff line change @@ -36,9 +36,8 @@ module.exports = {
36
36
'/promotion' ,
37
37
'/eus' ,
38
38
'/payapi' ,
39
- '/m.ele.me@json' ,
40
39
] ,
41
- proxypath : 'https ://mainsite-restapi.ele.me ' ,
40
+ proxypath : 'http ://cangdu.org:8001 ' ,
42
41
// CSS Sourcemaps off by default because relative paths are "buggy"
43
42
// with this option, according to the CSS-Loader README
44
43
// (https://github.com/webpack/css-loader#sourcemaps)
You can’t perform that action at this time.
0 commit comments