提交 192d1636 编写于 作者: M maguohua

delete package-lcok.json

上级 2a07def6
......@@ -7,3 +7,5 @@ yarn-error.log*
test/unit/coverage
test/e2e/reports
selenium-debug.log
package-lock.json
.DS_Store
\ No newline at end of file
......@@ -11,8 +11,8 @@ let routerMode = 'history';
let baseImgPath;
if (process.env.NODE_ENV == 'development') {
//baseUrl = 'http://cangdu.org:8001';
baseImgPath = 'http://localhost:8001/img/';
baseUrl = 'http://cangdu.org:8001';
baseImgPath = 'http://cangdu.org:8001/img/';
}else{
baseUrl = 'http://cangdu.org:8001';
baseImgPath = 'http://cangdu.org:8001/img/';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册