@@ -8,7 +8,7 @@ layui.use(['form', 'layer'], function () {
const index = top.layer.msg('数据提交中,请稍候', {icon: 16, time: false, shade: 0.8});
//实际使用时的提交信息
$.ajax( {
- url : "/silos/cms/books/info/save",
+ url : "/silos/cms/book/info/save",
type : "POST",
dataType:"json",
contentType:'application/json;charset=UTF-8',
@@ -53,7 +53,7 @@ layui.config({
title: title,
type: 2,
content: "/silos/cms/book/info/edit.html",
- area: ['90%', '90%'],
+ area: ['95%', '95%'],
maxmin: true,
success: function (layero, index) {
if (bookData) {