Browse Source

增加代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2469/head
zouap 2 years ago
parent
commit
54f58ca237
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      templates/base/footer.tmpl

+ 1
- 0
templates/base/footer.tmpl View File

@@ -73,6 +73,7 @@
tmp["name"]=json[i].name; tmp["name"]=json[i].name;
tmp["type"]="green"; tmp["type"]="green";
tmp["icon"]=""; tmp["icon"]="";
tmp["content"]=json[i].content;
serverItemList.push(tmp); serverItemList.push(tmp);
} }
} }


Loading…
Cancel
Save