mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-30 11:35:21 +08:00
添加源站时校验端口号
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
<input type="hidden" name="mode" :value="mode"/>
|
||||
<table class="ui table selectable definition">
|
||||
<tr v-if="mode == 'single'">
|
||||
<td class="title">单个域名</td>
|
||||
<td class="title">单个域名 *</td>
|
||||
<td>
|
||||
<input type="text" name="serverName" ref="focus" maxlength="1024" v-model="serverName.name"/>
|
||||
<p class="comment">请输入单个域名。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="mode == 'multiple'">
|
||||
<td class="title">多个域名</td>
|
||||
<td class="title">多个域名 *</td>
|
||||
<td>
|
||||
<textarea name="serverNames" ref="serverNames" v-model="multipleServerNames"></textarea>
|
||||
<p class="comment">每行一个域名。</p>
|
||||
|
||||
Reference in New Issue
Block a user