cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>配置详情</title>
[#include "/business/pages/include/static.html" /]
</head>
<body class="end_task_body widthauto">
      <div id="template">
      [#if info.id??]
      [#include "/business/pages/cfg/cfgTemplateRead.html" /]
      [/#if]
      </div> 
</body>
</html>