mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-17 14:20:25 +08:00
域名跳转增加忽略跳转前端口选项
This commit is contained in:
@@ -80,6 +80,13 @@
|
||||
<domains-box name="domainsBeforeJSON" :v-domains="redirect.domainsBefore"></domains-box>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="color-border">忽略跳转前端口</td>
|
||||
<td>
|
||||
<checkbox name="domainBeforeIgnorePorts" v-model="redirect.domainBeforeIgnorePorts"></checkbox>
|
||||
<p class="comment">选中后,表示忽略跳转前域名端口,只要域名匹配时就跳转;如不选中,则表示只有域名和端口同时匹配时才会跳转。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="color-border">跳转后域名 *</td>
|
||||
<td>
|
||||
|
||||
@@ -21,6 +21,7 @@ Tea.context(function () {
|
||||
|
||||
domainsAll: false,
|
||||
domainBefore: [],
|
||||
domainBeforeIgnorePorts: true,
|
||||
domainAfter: "",
|
||||
domainAfterScheme: "",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user