wincmd.html 756 字节
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
    <meta charset="UTF-8">
    <title>新舱单在线运维</title>
</head>
<body>
<div>
    <p>舱单回执目录: D:\Data\Receive</p>
    <p>单一窗口回执目录: D:\TCSSingleWindow\recive</p>
    <p>单一窗口报文转换工具目录:D:\TCSSingleWindow\报文转换工具,"java -Dfile.encoding=utf-8 -jar convert.jar"</p>
    <p>结束任务:taskkill</p>
    <p>货运数据订阅目录:D:\系统部署\imf_Warehouse_reader\xmlFromImf</p>
</div>
<div id="app">
    <div>执行结果</div>
    <!--/*@thymesVar id="cmdResult" type="java.util.List"*/-->
    <div th:each="resoult : ${cmdResult}">
        <p th:text="${resoult}"></p>
    </div>
</div>
</body>

</html>