|
@@ -32,9 +32,6 @@
|
|
|
</head>
|
|
|
<body class="signin">
|
|
|
<div class="longLineCharacter"><p >安徽省事业单位人事管理系统</p></div>
|
|
|
-<div class="loginDecoration">
|
|
|
- <p></p>
|
|
|
-</div>
|
|
|
<div class="outsideBorder">
|
|
|
<div class="secondaryBorder">
|
|
|
<div class="table">
|
|
@@ -90,15 +87,6 @@
|
|
|
</div>
|
|
|
<script th:inline="javascript"> var ctx = [[@{/}]];
|
|
|
var captchaType = [[${captchaType}]];
|
|
|
-
|
|
|
-function downloadExe() {
|
|
|
- var systemMessage = navigator.userAgent;
|
|
|
- if (systemMessage.indexOf("Windows") == -1) {
|
|
|
- window.location.href = ctx + "common/download/resource?resource=/profile/download/com.longmai.mpluginv4.deb"
|
|
|
- } else {
|
|
|
- window.location.href = ctx + "common/download/resource?resource=/profile/download/mPlugin_SKF_Setup.exe"
|
|
|
- }
|
|
|
-}
|
|
|
</script>
|
|
|
<!-- 全局js -->
|
|
|
<script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
|