更新开发版本日志
This commit is contained in:
parent
a8b7f5d41f
commit
906c56ba3a
@ -62,9 +62,9 @@
|
|||||||
url: "/admin/menu/post_submit",
|
url: "/admin/menu/post_submit",
|
||||||
type: 'post',
|
type: 'post',
|
||||||
data: { id: obj.data.id, field: obj.field, value: obj.value },
|
data: { id: obj.data.id, field: obj.field, value: obj.value },
|
||||||
success: function (res) {
|
success: function (e) {
|
||||||
layer.msg(res.msg);
|
layer.msg(e.msg);
|
||||||
if(res.code == 1){
|
if(e.code == 0){
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
location.reload()
|
location.reload()
|
||||||
},2000)
|
},2000)
|
||||||
@ -82,9 +82,9 @@
|
|||||||
url: "/admin/menu/delete",
|
url: "/admin/menu/delete",
|
||||||
type: 'post',
|
type: 'post',
|
||||||
data: { id: obj.data.id },
|
data: { id: obj.data.id },
|
||||||
success: function (res) {
|
success: function (e) {
|
||||||
layer.msg(res.msg);
|
layer.msg(e.msg);
|
||||||
if (res.code == 0) {
|
if (e.code == 0) {
|
||||||
obj.del();
|
obj.del();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<div style="padding:10px 0 0 28px; {if condition='$k != count($vo.children)'}margin-bottom:12px; padding-bottom:16px; border-bottom:1px solid #eee;{/if}">
|
<div style="padding:10px 0 0 28px; {if condition='$k != count($vo.children)'}margin-bottom:12px; padding-bottom:16px; border-bottom:1px solid #eee;{/if}">
|
||||||
{volist name="voo.children" id="vooo"}
|
{volist name="voo.children" id="vooo"}
|
||||||
<div class="layui-input-inline" style="margin-right:10px;">
|
<div class="layui-input-inline" style="margin-right:10px;">
|
||||||
<input type="checkbox" data-menu="{$voo.id}" name="menu[]" value="{$voo.id}" lay-skin="primary" title="{$vooo.title}" {eq name="$vooo.checked" value="true" }checked{/eq}>
|
<input type="checkbox" data-menu="{$voo.id}" name="menu[]" value="{$vooo.id}" lay-skin="primary" title="{$vooo.title}" {eq name="$vooo.checked" value="true" }checked{/eq}>
|
||||||
</div>
|
</div>
|
||||||
{/volist}
|
{/volist}
|
||||||
</div>
|
</div>
|
||||||
@ -85,7 +85,7 @@
|
|||||||
<div style="padding:10px 0 0 28px; {if condition='$k != count($vo.children)'}margin-bottom:12px; padding-bottom:16px; border-bottom:1px solid #eee;{/if}">
|
<div style="padding:10px 0 0 28px; {if condition='$k != count($vo.children)'}margin-bottom:12px; padding-bottom:16px; border-bottom:1px solid #eee;{/if}">
|
||||||
{volist name="voo.children" id="vooo"}
|
{volist name="voo.children" id="vooo"}
|
||||||
<div class="layui-input-inline" style="margin-right:10px;">
|
<div class="layui-input-inline" style="margin-right:10px;">
|
||||||
<input type="checkbox" data-rule="{$voo.id}" name="rule[]" value="{$voo.id}" lay-skin="primary" title="{$vooo.title}" {eq name="$vooo.checked" value="true" }checked{/eq}>
|
<input type="checkbox" data-rule="{$voo.id}" name="rule[]" value="{$vooo.id}" lay-skin="primary" title="{$vooo.title}" {eq name="$vooo.checked" value="true" }checked{/eq}>
|
||||||
</div>
|
</div>
|
||||||
{/volist}
|
{/volist}
|
||||||
</div>
|
</div>
|
||||||
|
@ -62,9 +62,9 @@
|
|||||||
url: "/admin/rule/post_submit",
|
url: "/admin/rule/post_submit",
|
||||||
type: 'post',
|
type: 'post',
|
||||||
data: { id: obj.data.id, field: obj.field, value: obj.value },
|
data: { id: obj.data.id, field: obj.field, value: obj.value },
|
||||||
success: function (res) {
|
success: function (e) {
|
||||||
layer.msg(res.msg);
|
layer.msg(e.msg);
|
||||||
if(res.code == 1){
|
if(e.code == 0){
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
location.reload()
|
location.reload()
|
||||||
},2000)
|
},2000)
|
||||||
|
@ -11,6 +11,30 @@
|
|||||||
<div class="site-content">
|
<div class="site-content">
|
||||||
<h1 style="height:60px; font-size:24px">更新日志</h1>
|
<h1 style="height:60px; font-size:24px">更新日志</h1>
|
||||||
<ul class="layui-timeline">
|
<ul class="layui-timeline">
|
||||||
|
<li class="layui-timeline-item">
|
||||||
|
<i class="layui-icon layui-timeline-axis"></i>
|
||||||
|
<div class="layui-timeline-content layui-text">
|
||||||
|
<div class="layui-timeline-title">
|
||||||
|
<h2>1.9.6</h2>
|
||||||
|
</div>
|
||||||
|
<blockquote class="layui-elem-quote">
|
||||||
|
<p>优化后台系统的tab页面切换效果,体验更完善</p>
|
||||||
|
</blockquote>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a name="1.9.6"> </a>
|
||||||
|
<h3>v1.9.6 <span class="layui-badge-rim">2021-11-01</span></h3>
|
||||||
|
<ul>
|
||||||
|
<li>优化后台系统的tab页面切换效果,支持左右滚动查看tab,新增子窗口关闭或打开tab,体验更完善</li>
|
||||||
|
<li>增加年度访问统计情况</li>
|
||||||
|
<li>修改关键字、用户模块搜索的bug</li>
|
||||||
|
<li>修复发布文章时候getDescriptionFromContent 不存在的问题</li>
|
||||||
|
<li>修复时间格式错误bug</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="layui-timeline-item">
|
<li class="layui-timeline-item">
|
||||||
<i class="layui-icon layui-timeline-axis"></i>
|
<i class="layui-icon layui-timeline-axis"></i>
|
||||||
<div class="layui-timeline-content layui-text">
|
<div class="layui-timeline-content layui-text">
|
||||||
|
@ -15,7 +15,7 @@ if (empty(file_exists(__DIR__ . '/../vendor/autoload.php'))) {
|
|||||||
require __DIR__ . '/../vendor/autoload.php';
|
require __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
// 定义当前版本号
|
// 定义当前版本号
|
||||||
define('CMS_VERSION','1.1.9');
|
define('CMS_VERSION','1.9.6');
|
||||||
|
|
||||||
// 定义ThinkPHP版本号
|
// 定义ThinkPHP版本号
|
||||||
define('TP_VERSION','6.0.9');
|
define('TP_VERSION','6.0.9');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user