fix base64 encode/edcode.

This commit is contained in:
2023-02-02 11:20:38 +08:00
parent f098c54afb
commit b84d03f52f
4 changed files with 15 additions and 14 deletions

View File

@@ -88,7 +88,11 @@ function getCurrentType(name: string): "primary" | "default" {
<n-button :type="getCurrentType('rank')" @click="goto('rank')">
比赛排名
</n-button>
<n-button :type="getCurrentType('helper')" @click="goto('helper')">
<n-button
v-if="contestStore.isContestAdmin"
:type="getCurrentType('helper')"
@click="goto('helper')"
>
管理员助手
</n-button>
</n-space>