提交 828ae64f 编写于 作者: M maguohua

change img path

上级 5f343548
......@@ -8,12 +8,14 @@
*/
let baseUrl = '';
let routerMode = 'history';
let baseImgPath = 'http://cangdu.org/img/';
let baseImgPath;
if (process.env.NODE_ENV == 'development') {
//baseUrl = 'http://cangdu.org:8001';
baseImgPath = 'http://cangdu.org:8001/img/';
}else{
baseUrl = 'http://cangdu.org:8001';
baseImgPath = 'http://cangdu.org:8001/img/';
}
export {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册