chore: acme账号改为必填项

This commit is contained in:
xiaojunnuo
2026-05-24 19:58:58 +08:00
parent 4efe12d2d3
commit 961abb0f80
3 changed files with 20 additions and 13 deletions
@@ -22,7 +22,7 @@
</td>
</tr>
<tr v-else>
<td colspan="5" class="color-red">{{ errorMessage || "请先选择ACME账号授权" }}</td>
<td colspan="5" class="color-red">{{ errorMessage || "请先选择ACME账号" }}</td>
</tr>
</tbody>
</template>