mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
修复模块添加菜单时异常
This commit is contained in:
@@ -122,7 +122,7 @@ tpwidget("init", {
|
||||
</div>
|
||||
<!-- 底部 -->
|
||||
<div class="layui-footer footer">
|
||||
<p>copyright @@2024 yubaolee <a onclick="donation()" class="layui-btn layui-btn-danger l·ayui-btn-small">捐赠作者</a></p>
|
||||
<p>copyright @@2025 yubaolee <a onclick="donation()" class="layui-btn layui-btn-danger l·ayui-btn-small">捐赠作者</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@@ -198,4 +198,4 @@
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="/layui/layui.js"></script>
|
||||
<script type="text/javascript" src="/userJs/modules.js?v2"></script>
|
||||
<script type="text/javascript" src="/userJs/modules.js?v2.1"></script>
|
@@ -253,7 +253,7 @@ layui.config({
|
||||
btn: ['火速围观'],
|
||||
moveType: 1,
|
||||
content: '<div style="padding:15px 20px; text-align:justify; line-height: 22px; text-indent:2em;border-bottom:1px solid #e2e2e2;">' +
|
||||
'<p>郑重提示:OpenAuth.Net 6.0新版上线,如以前访问过本站点请清空缓存后访问</p>' +
|
||||
'<p>郑重提示:OpenAuth.Net 7.1新版上线,如以前访问过本站点请清空缓存后访问</p>' +
|
||||
'<p>喜欢的,快快star吧!</p></div>',
|
||||
success: function (layero) {
|
||||
var btn = layero.find('.layui-layer-btn');
|
||||
|
@@ -177,7 +177,7 @@ layui.config({
|
||||
type: 1,
|
||||
content: $('#divMenuEdit'),
|
||||
success: function () {
|
||||
if (data == undefined) {
|
||||
if (!update) {
|
||||
form.val("mfromEdit", menuInital);
|
||||
} else {
|
||||
form.val("mfromEdit", data);
|
||||
@@ -204,6 +204,7 @@ layui.config({
|
||||
}
|
||||
return {
|
||||
add: function (moduleId) { //弹出添加
|
||||
menuInital.ModuleId = moduleId;
|
||||
show(false);
|
||||
},
|
||||
update: function (data) { //弹出编辑框
|
||||
|
@@ -18,7 +18,7 @@ features:
|
||||
details: 角色授权、代码生成、智能打印、数据权限、拖拽表单、工作流引擎、定时任务。
|
||||
- title: 主流技术
|
||||
details: IdentityServer、EF、SqlSugar、Quartz、AutoFac、WebAPI、Swagger、Mock、NUnit、VUE2、VUE3、Element-ui、Element-plus。
|
||||
footer: Copyright © 2024- yubaolee
|
||||
footer: Copyright © 2025- yubaolee
|
||||
---
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user