修正定时任务日志权限字符
This commit is contained in:
		| @@ -87,7 +87,7 @@ | |||||||
|           icon="el-icon-download" |           icon="el-icon-download" | ||||||
|           size="mini" |           size="mini" | ||||||
|           @click="handleExport" |           @click="handleExport" | ||||||
|           v-hasPermi="['monitor:jobLog:export']" |           v-hasPermi="['monitor:job:export']" | ||||||
|         >导出</el-button> |         >导出</el-button> | ||||||
|       </el-col> |       </el-col> | ||||||
|     </el-row> |     </el-row> | ||||||
|   | |||||||
| @@ -41,8 +41,7 @@ public class IpUtils | |||||||
|         { |         { | ||||||
|             ip = request.getRemoteAddr(); |             ip = request.getRemoteAddr(); | ||||||
|         } |         } | ||||||
|         ip = EscapeUtil.clean(ip);// 清除Xss特殊字符 |         return "0:0:0:0:0:0:0:1".equals(ip) ? "127.0.0.1" : EscapeUtil.clean(ip); | ||||||
|         return "0:0:0:0:0:0:0:1".equals(ip) ? "127.0.0.1" : ip; |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     public static boolean internalIp(String ip) |     public static boolean internalIp(String ip) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user