Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
biz.qingxiao.com
Commits
c88ba552
Commit
c88ba552
authored
Jan 09, 2020
by
baixian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
f7334b2f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
ueditor.config.js
js/ueeditor/ueditor.config.js
+0
-1
officialweb.js
src/models/officialweb.js
+0
-1
personmanage.js
src/models/personmanage.js
+0
-1
SjdIndex.js
src/pages/SjdIndex.js
+0
-1
ThemeEditor.js
src/pages/onlineclasses/ThemeEditor.js
+0
-1
No files found.
js/ueeditor/ueditor.config.js
View file @
c88ba552
...
...
@@ -20,7 +20,6 @@
* window.UEDITOR_HOME_URL = "/xxxx/xxxx/";
*/
var
URL
=
window
.
UEDITOR_HOME_URL
||
getUEBasePath
();
console
.
log
(
URL
,
'URL'
);
/**
* 配置项主体。注意,此处所有涉及到路径的配置别遗漏URL变量。
*/
...
...
src/models/officialweb.js
View file @
c88ba552
...
...
@@ -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
({
...
...
src/models/personmanage.js
View file @
c88ba552
...
...
@@ -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
,
...
...
src/pages/SjdIndex.js
View file @
c88ba552
...
...
@@ -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
;
}
...
...
src/pages/onlineclasses/ThemeEditor.js
View file @
c88ba552
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment