去除多余的代码

pull/226/head
RuoYi 2020-11-04 16:54:36 +08:00
parent 4b265bb193
commit 1c83adc507
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@
var items = [];
$.each(result.data, function(index, value) {
var highCode = hljs.highlightAuto(value).value;
value = value.replace(/</g, "&lt;");
value = value.replace(/>/g, "&gt;");
var templateName = index.substring(index.lastIndexOf("/") + 1, index.length).replace(/\.vm/g, "");
if(!$.common.equals("sql", templateName) && !$.common.equals("tree.html", templateName) && !$.common.equals("sub-domain.java", templateName)){
items.push({