Commit c88ba552 authored by baixian's avatar baixian

优化

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