服务列表增加下行带宽

This commit is contained in:
刘祥超
2022-04-15 12:15:09 +08:00
parent a309feb516
commit 5138bbe947
9 changed files with 38 additions and 16 deletions

View File

@@ -30,7 +30,7 @@
</td>
</tr>
<tr>
<td class="title">源站地址</td>
<td class="title">源站地址 *</td>
<td>
<input type="text" name="addr" ref="focus" v-model="origin.addr" @input="changeAddr"/>
<p class="comment"><span class="red" v-if="addrError.length > 0">{{addrError}}</span>源站服务器地址通常是一个IP或域名加端口<span v-if="serverType == 'httpProxy'">,不需要加 http:// 或 https://</span></p>