Browse Source

默认登录版本号取消弹出

master
liangkun 3 years ago
parent
commit
9e4fe11c0f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default.cshtml

+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default.cshtml View File

@@ -172,7 +172,7 @@
@Html.AppendJsFile("/Views/Login/Default/Index.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")

<script>
@*<script>
//点击版本号,显示版本号历史进程
$('.versionBtn').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
@@ -188,8 +188,8 @@
title: "版本号",
area: ['888px', '60%'],
content: html
})
});
});
</script>
</script>*@
</body>
</html>

Loading…
Cancel
Save