Skip to content

Commit 9a7b473

Browse files
committed
unimportance update
1 parent c28c499 commit 9a7b473

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ npm run local (访问本地后台系统,需运行node-elm后台系统)
6969

7070
### 移动端扫描下方二维码
7171

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+
![]()
7375

7476

7577

build/dev-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var context = config.dev.context
3939
switch(process.env.NODE_ENV){
4040
case 'local': var proxypath = 'http://localhost:8001'; break;
4141
case 'online': var proxypath = 'http://cangdu.org:8001'; break;
42-
default: var proxypath = config.dev.proxypath; break;
42+
default: var proxypath = config.dev.proxypath;
4343
}
4444
var options = {
4545
target: proxypath,

config/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ module.exports = {
3636
'/promotion',
3737
'/eus',
3838
'/payapi',
39-
'/m.ele.me@json',
4039
],
41-
proxypath: 'https://mainsite-restapi.ele.me',
40+
proxypath: 'http://cangdu.org:8001',
4241
// CSS Sourcemaps off by default because relative paths are "buggy"
4342
// with this option, according to the CSS-Loader README
4443
// (https://github.com/webpack/css-loader#sourcemaps)

screenshots/ewm.png

13.8 KB
Loading

src/untitled

Whitespace-only changes.

0 commit comments

Comments
 (0)