Skip to content

Commit

Permalink
Token fixes (#69)
Browse files Browse the repository at this point in the history
* remove page reload

* fix href for mirror list
  • Loading branch information
weearc authored Jan 28, 2024
1 parent 4e3c516 commit e86a5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Mirrorlist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
:prop="item.prop"
:label="item.label"
><template slot-scope="scope">
<a class="mirror-href" :href="mirror_url + scope.row.name">{{ scope.row.name }}</a>
<a class="mirror-href" :href="'/' + scope.row.name + '/'">{{ scope.row.name }}</a>
</template>
</el-table-column>
</template>
Expand Down

0 comments on commit e86a5a0

Please sign in to comment.