mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-05-11 03:45:27 +08:00
支持阿里云DNS
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<td>
|
||||
<p class="comment" v-if="routes.length == 0">没有可选的线路。</p>
|
||||
<select class="ui dropdown auto-width" name="route" v-if="routes.length > 0" v-model="route">
|
||||
<option v-for="route in routes" :value="route">{{route}}</option>
|
||||
<option v-for="route in routes" :value="route.code">{{route.name}}</option>
|
||||
</select>
|
||||
<p class="comment" v-if="routes.length > 0">当前节点IP对应的线路。</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user