Commit c88ba552 authored by baixian's avatar baixian

优化

parent f7334b2f
......@@ -20,7 +20,6 @@
* window.UEDITOR_HOME_URL = "/xxxx/xxxx/";
*/
var URL = window.UEDITOR_HOME_URL || getUEBasePath();
console.log(URL, 'URL');
/**
* 配置项主体。注意,此处所有涉及到路径的配置别遗漏URL变量。
*/
......
......@@ -176,7 +176,6 @@ export default {
const {
longitude, latitude, locationAddress, province, city, district,
} = yield select(state => state.schooladd);
console.log(latitude, longitude);
const { schoolInfo } = yield select(state => state.officialweb);
const newschoolInfo = JSON.parse(JSON.stringify(schoolInfo));
yield put({
......
......@@ -178,7 +178,6 @@ export default {
},
* editPeople({ payload }, { call, put, select }) {
const { record } = payload;
console.log(record, 'record');
const newInfo = {
id: record.id,
mobile: record.business.mobile,
......
......@@ -54,7 +54,6 @@ class SjdIndex extends React.Component {
}
routeChange = (path) => {
const { dispatch } = this.props;
console.log(path, 'path');
if (window.location.hash.indexOf(path) == 1) {
return;
}
......
......@@ -224,7 +224,6 @@ class ThemeEditor extends React.Component {
moveContent,
editorUploadVideo,
} = this.props;
console.log(commentParams, 'commentParams');
return (
<div className={pageStyle.container}>
<div className="clearfix">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment