We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1a08c commit 390264bCopy full SHA for 390264b
README.md
@@ -73,7 +73,7 @@ npm run dev
73
74
# 效果演示
75
76
-[查看demo请戳这里](http://cangdu.org:8001/)(请用chrome手机模式预览)
+[查看demo请戳这里](https://cangdu.org/elm)(请用chrome手机模式预览)
77
78
### 移动端扫描下方二维码
79
src/config/env.js
@@ -13,11 +13,11 @@ let imgBaseUrl = '';
13
14
15
if (process.env.NODE_ENV == 'development') {
16
- // imgBaseUrl = '//elm.cangdu.org/img/';
+ imgBaseUrl = '/img/';
17
18
}else if(process.env.NODE_ENV == 'production'){
19
- baseUrl = '//elm.cangdu.org';
20
- imgBaseUrl = '//elm.cangdu.org/img/';
+ baseUrl = 'http://elm.cangdu.org';
+ imgBaseUrl = 'http://elm.cangdu.org/img/';
21
}
22
23
export {
0 commit comments