File tree 3 files changed +7
-7
lines changed
maodou/singlePages/client
containers/admin/singlePagesConf/config
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ node_modules
3
3
deploy /
4
4
npm-debug.log
5
5
.DS_Store
6
-
6
+ mup.json
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default {
27
27
if ( err ) {
28
28
toastr . error ( '失败' , 'Error!' ) ;
29
29
} else {
30
- toastr . success ( '成功' , 'Success!' ) ;
30
+ // toastr.success('成功', 'Success!');
31
31
}
32
32
} ) ;
33
33
} ;
@@ -74,9 +74,9 @@ export default {
74
74
return ( ) => {
75
75
Meteor . call ( 'singlePages.changeLogoName' , logoName , ( err ) => {
76
76
if ( err ) {
77
- toastr . error ( '更换模板失败 ' ) ;
77
+ toastr . error ( '更新网站名称失败 ' ) ;
78
78
} else {
79
- toastr . success ( '更换模板成功 ' ) ;
79
+ // toastr.success('更新网站名称成功 ');
80
80
}
81
81
} ) ;
82
82
} ;
@@ -85,9 +85,9 @@ export default {
85
85
return ( ) => {
86
86
Meteor . call ( 'singlePages.changeHeadTitle' , headTitle , ( err ) => {
87
87
if ( err ) {
88
- toastr . error ( '更换模板失败 ' ) ;
88
+ toastr . error ( '更新网站title失败 ' ) ;
89
89
} else {
90
- toastr . success ( '更换模板成功 ' ) ;
90
+ // toastr.success('更新网站title成功 ');
91
91
}
92
92
} ) ;
93
93
} ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const lifeCycle = {
29
29
} ,
30
30
componentDidUpdate ( ) {
31
31
$ ( '.editor' ) . summernote ( 'reset' ) ;
32
- $ ( '.editor ' ) . summernote ( 'focus' ) ;
32
+ // $('.edsitor ').summernote('focus');
33
33
} ,
34
34
componentWillUnmount ( ) {
35
35
const { dispatch, selectSection } = this . props ;
You can’t perform that action at this time.
0 commit comments