|
@@ -246,8 +246,8 @@
|
|
<a id="ax_close_max" class="ax_close_max" href="#" title="关闭全屏"> <i class="fa fa-times-circle-o"></i> </a>
|
|
<a id="ax_close_max" class="ax_close_max" href="#" title="关闭全屏"> <i class="fa fa-times-circle-o"></i> </a>
|
|
|
|
|
|
<div class="row mainContent" id="content-main" th:classappend="${mainClass}">
|
|
<div class="row mainContent" id="content-main" th:classappend="${mainClass}">
|
|
- <iframe class="RuoYi_iframe" name="iframe0" width="100%" height="100%" th:data-id="@{/system/main}"
|
|
|
|
- th:src="@{/system/main}" frameborder="0" seamless></iframe>
|
|
|
|
|
|
+ <iframe class="RuoYi_iframe" name="iframe0" width="100%" height="100%" th:data-id="@{/scm/supplier}"
|
|
|
|
+ th:src="@{/scm/supplier}" frameborder="0" seamless></iframe>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div th:if="${footer}" class="footer">
|
|
<div th:if="${footer}" class="footer">
|
|
@@ -270,8 +270,8 @@
|
|
<script th:src="@{/ajax/libs/fullscreen/jquery.fullscreen.js}"></script>
|
|
<script th:src="@{/ajax/libs/fullscreen/jquery.fullscreen.js}"></script>
|
|
<script th:inline="javascript">
|
|
<script th:inline="javascript">
|
|
window.history.forward(1);
|
|
window.history.forward(1);
|
|
-var ctx = [[@{/}]];
|
|
|
|
-var lockscreen = [[${session.lockscreen}]];
|
|
|
|
|
|
+var ctx = [[@{/}]];
|
|
|
|
+var lockscreen = [[${session.lockscreen}]];
|
|
if(lockscreen){window.top.location=ctx+"lockscreen";}
|
|
if(lockscreen){window.top.location=ctx+"lockscreen";}
|
|
// 皮肤缓存
|
|
// 皮肤缓存
|
|
var skin = storage.get("skin");
|
|
var skin = storage.get("skin");
|
|
@@ -346,7 +346,7 @@ $(function() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
/* 初始密码提示 */
|
|
/* 初始密码提示 */
|
|
if([[${isDefaultModifyPwd}]]) {
|
|
if([[${isDefaultModifyPwd}]]) {
|
|
layer.confirm("您的密码还是初始密码,请修改密码!", {
|
|
layer.confirm("您的密码还是初始密码,请修改密码!", {
|
|
@@ -359,7 +359,7 @@ $(function() {
|
|
layer.close(index);
|
|
layer.close(index);
|
|
});
|
|
});
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
/* 过期密码提示 */
|
|
/* 过期密码提示 */
|
|
if([[${isPasswordExpired}]]) {
|
|
if([[${isPasswordExpired}]]) {
|
|
layer.confirm("您的密码已过期,请尽快修改密码!", {
|
|
layer.confirm("您的密码已过期,请尽快修改密码!", {
|