Browse Source

fix:首先 --> 首选

master
guoapeng 3 weeks ago
parent
commit
f850a1b8a3
  1. 2
      src/pages/Index/Settings/Network.vue

2
src/pages/Index/Settings/Network.vue

@ -73,7 +73,7 @@
<span class="label">{{ index === 0 ? 'DNS' : '' }}</span>
<div class="dns-input">
<span class="dns-title">
{{ index === 0 ? '首' : '备选' }}
{{ index === 0 ? '首' : '备选' }}
</span>
<el-input
v-if="isEdit"

Loading…
Cancel
Save