This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
默认登录版本号取消弹出
master
liangkun
3 years ago
parent
2d2307c6bc
commit
9e4fe11c0f
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save