特殊页面改为自定义页面

This commit is contained in:
刘祥超
2022-03-31 14:53:07 +08:00
parent 00f6387182
commit 5ed863c5ec
10 changed files with 11 additions and 11 deletions

View File

@@ -92,7 +92,7 @@ Vue.component("http-pages-and-shutdown-box", {
<input type="hidden" name="shutdownJSON" :value="JSON.stringify(shutdownConfig)"/>
<table class="ui table selectable definition">
<tr>
<td class="title">特殊页面</td>
<td class="title">自定义页面</td>
<td>
<div v-if="pages.length > 0">
<div class="ui label small basic" v-for="(page,index) in pages">
@@ -103,7 +103,7 @@ Vue.component("http-pages-and-shutdown-box", {
<div>
<button class="ui button small" type="button" @click.prevent="addPage()">+</button>
</div>
<p class="comment">根据响应状态码返回一些特殊页面比如404500等错误页面。</p>
<p class="comment">根据响应状态码返回一些自定义页面比如404500等错误页面。</p>
</td>
</tr>
<tr>