Skip to content

Commit df299e4

Browse files
committed
add http
1 parent 390264b commit df299e4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For some reason,previous interfaces could not be used, it made the project fai
7575

7676
# Demo
7777

78-
[click it](http://cangdu.org:8001/)(Preview with chroe phone mode please)
78+
[click it](http://cangdu.org/elm/)(Preview with chroe phone mode please)
7979

8080
### The mobile can scan the qr code in the below
8181

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请戳这里](https://cangdu.org/elm)(请用chrome手机模式预览)
76+
[查看demo请戳这里](http://cangdu.org/elm/)(请用chrome手机模式预览)
7777

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

elm/static/js/manifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config/env.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ if (process.env.NODE_ENV == 'development') {
1616
imgBaseUrl = '/img/';
1717

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

2323
export {

0 commit comments

Comments
 (0)