update frontend

This commit is contained in:
Himit_ZH 2022-01-11 20:25:15 +08:00
parent ac8967425d
commit ec9bc20e77
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
**前提已经在上一步准备好docker与docker-compose**
:::danger
注意如果正式部署运用HOJ请修改默认配置的密码例如Redis、MySQL、Nacos的密码
**使用默认密码可能会导致数据泄露,网站其不安全!**
**使用默认密码可能会导致数据泄露,网站其不安全!**
:::
## 一、单机部署
@ -153,6 +153,7 @@ docker ps -a
- vj判题并发数默认cpu核心数*2+1
:::

View File

@ -69,7 +69,7 @@
</vxe-table-column>
<vxe-table-column min-width="150" :title="$t('m.Option')">
<template v-slot="{ row }">
<template v-if="isSuperAdmin || userInfo.uid == row.uid">
<template v-if="isSuperAdmin || userInfo.username == row.author">
<div style="margin-bottom:10px">
<el-tooltip
effect="dark"