提交 390264b9 编写于 作者: C cangdu

change cert

上级 fb1a08c5
......@@ -73,7 +73,7 @@ npm run dev
# 效果演示
[查看demo请戳这里](http://cangdu.org:8001/)(请用chrome手机模式预览)
[查看demo请戳这里](https://cangdu.org/elm)(请用chrome手机模式预览)
### 移动端扫描下方二维码
......
......@@ -13,11 +13,11 @@ let imgBaseUrl = '';
if (process.env.NODE_ENV == 'development') {
// imgBaseUrl = '//elm.cangdu.org/img/';
imgBaseUrl = '/img/';
}else if(process.env.NODE_ENV == 'production'){
baseUrl = '//elm.cangdu.org';
imgBaseUrl = '//elm.cangdu.org/img/';
baseUrl = 'http://elm.cangdu.org';
imgBaseUrl = 'http://elm.cangdu.org/img/';
}
export {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册