URL跳转之域名跳转增加跳转后域名校验

This commit is contained in:
刘祥超
2023-03-15 15:07:55 +08:00
parent 009f7da26b
commit 9d8cbf87dc
2 changed files with 20 additions and 1 deletions

View File

@@ -90,7 +90,8 @@
<tr>
<td class="color-border">跳转后域名 *</td>
<td>
<input type="text" name="domainAfter" maxlength="100" v-model="redirect.domainAfter"/>
<input type="text" name="domainAfter" maxlength="100" v-model="redirect.domainAfter" placeholder="比如example.com"/>
<p class="comment">这里填写的是网址中的域名部分,不需要添加<code-label>https://</code-label>部分。</p>
</td>
</tr>
<tr>