mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 22:30:28 +08:00
路由规则增加专属域名设置
This commit is contained in:
@@ -25,6 +25,13 @@ Vue.component("http-location-labels", {
|
||||
template: ` <div class="labels-box">
|
||||
<!-- 基本信息 -->
|
||||
<http-location-labels-label v-if="location.name != null && location.name.length > 0" :class="'olive'" :href="url('/location')">{{location.name}}</http-location-labels-label>
|
||||
|
||||
<!-- domains -->
|
||||
<div v-if="location.domains != null && location.domains.length > 0">
|
||||
<grey-label v-for="domain in location.domains">{{domain}}</grey-label>
|
||||
</div>
|
||||
|
||||
<!-- break -->
|
||||
<http-location-labels-label v-if="location.isBreak" :href="url('/location')">BREAK</http-location-labels-label>
|
||||
|
||||
<!-- redirectToHTTPS -->
|
||||
|
||||
Reference in New Issue
Block a user