Skip to content

Commit 390264b

Browse files
committed
change cert
1 parent fb1a08c commit 390264b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ npm run dev
7373

7474
# 效果演示
7575

76-
[查看demo请戳这里](http://cangdu.org:8001/)(请用chrome手机模式预览)
76+
[查看demo请戳这里](https://cangdu.org/elm)(请用chrome手机模式预览)
7777

7878
### 移动端扫描下方二维码
7979

src/config/env.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ let imgBaseUrl = '';
1313

1414

1515
if (process.env.NODE_ENV == 'development') {
16-
// imgBaseUrl = '//elm.cangdu.org/img/';
16+
imgBaseUrl = '/img/';
1717

1818
}else if(process.env.NODE_ENV == 'production'){
19-
baseUrl = '//elm.cangdu.org';
20-
imgBaseUrl = '//elm.cangdu.org/img/';
19+
baseUrl = 'http://elm.cangdu.org';
20+
imgBaseUrl = 'http://elm.cangdu.org/img/';
2121
}
2222

2323
export {

0 commit comments

Comments
 (0)