|
@@ -45,7 +45,7 @@ layui.use(['form', 'layer'], function () {
|
|
|
const contentText= tinymce.activeEditor.getContent({ format: 'text' });
|
|
const contentText= tinymce.activeEditor.getContent({ format: 'text' });
|
|
|
//实际使用时的提交信息
|
|
//实际使用时的提交信息
|
|
|
$.ajax( {
|
|
$.ajax( {
|
|
|
- url : "/cms/books/contents/save",
|
|
|
|
|
|
|
+ url : "/cms/book/contents/save",
|
|
|
type : "POST",
|
|
type : "POST",
|
|
|
dataType:"json",
|
|
dataType:"json",
|
|
|
contentType:'application/json;charset=UTF-8',
|
|
contentType:'application/json;charset=UTF-8',
|