Browse Source

修复 app/config/detail.html 中的错误字段

reghao 1 year ago
parent
commit
71521ff728
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/main/resources/templates/devops/app/config/detail.html

+ 1 - 1
web/src/main/resources/templates/devops/app/config/detail.html

@@ -57,7 +57,7 @@
                 <th>编译器名字</th>
                 <td th:text="${app.compilerConfig.name}"></td>
                 <th>编译命令</th>
-                <td th:text="${app.compilerConfig.compileScript}"></td>
+                <td th:text="${app.compilerConfig.compileCmd}"></td>
             </tr>
             <tr>
                 <th>打包类型</th>