mirror of
https://gitee.com/farsunset/cim.git
synced 2025-08-02 12:44:50 +08:00
修改IDE误报错误提示
This commit is contained in:
parent
1fe5468977
commit
c66352072b
@ -1,4 +1,10 @@
|
||||
<%@ page language="java" pageEncoding="utf-8"%>
|
||||
<%
|
||||
String lbasePath = request.getScheme() + "://"
|
||||
+ request.getServerName() + ":" + request.getServerPort()
|
||||
+ request.getContextPath();
|
||||
|
||||
%>
|
||||
<script type="text/javascript">
|
||||
function doLogin()
|
||||
{
|
||||
@ -18,7 +24,7 @@
|
||||
登录
|
||||
</div>
|
||||
<div style="text-align: center;background: #5FA0D3;height: 150px;">
|
||||
<img src="<%=basePath%>/resource/img/icon.png" style="margin-top: 35px;height: 80px;height: 80px;"/>
|
||||
<img src="<%=lbasePath%>/resource/img/icon.png" style="margin-top: 35px;height: 80px;height: 80px;"/>
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
|
@ -1,4 +1,10 @@
|
||||
<%@ page language="java" pageEncoding="utf-8"%>
|
||||
<%
|
||||
String lbasePath = request.getScheme() + "://"
|
||||
+ request.getServerName() + ":" + request.getServerPort()
|
||||
+ request.getContextPath();
|
||||
|
||||
%>
|
||||
<script type="text/javascript">
|
||||
function doLogin()
|
||||
{
|
||||
@ -18,7 +24,7 @@
|
||||
登录
|
||||
</div>
|
||||
<div style="text-align: center;background: #5FA0D3;height: 150px;">
|
||||
<img src="<%=basePath%>/resource/img/icon.png" style="margin-top: 35px;height: 80px;height: 80px;"/>
|
||||
<img src="<%=lbasePath%>/resource/img/icon.png" style="margin-top: 35px;height: 80px;height: 80px;"/>
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
|
Loading…
x
Reference in New Issue
Block a user