mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 15:20:25 +08:00
部分“服务”文字改为“网站”
This commit is contained in:
@@ -777,7 +777,7 @@ Vue.component("http-firewall-actions-box", {
|
||||
<option value="service">当前网站</option>
|
||||
<option value="global">所有网站</option>
|
||||
</select>
|
||||
<p class="comment" v-if="blockScope == 'service'">只封禁用户对当前网站的访问,其他服务不受影响。</p>
|
||||
<p class="comment" v-if="blockScope == 'service'">只封禁用户对当前网站的访问,其他网站不受影响。</p>
|
||||
<p class="comment" v-if="blockScope =='global'">封禁用户对所有网站的访问。</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user