update frontend
This commit is contained in:
parent
ac8967425d
commit
ec9bc20e77
|
@ -2,7 +2,7 @@
|
|||
**前提:已经在上一步准备好docker与docker-compose**
|
||||
:::danger
|
||||
注意:如果正式部署运用HOJ,请修改默认配置的密码,例如Redis、MySQL、Nacos的密码!!!
|
||||
**使用默认密码可能会导致数据泄露,网站及其不安全!**
|
||||
**使用默认密码可能会导致数据泄露,网站极其不安全!**
|
||||
:::
|
||||
|
||||
## 一、单机部署
|
||||
|
@ -153,6 +153,7 @@ docker ps -a
|
|||
|
||||
- vj判题并发数默认:cpu核心数*2+1
|
||||
|
||||
|
||||
:::
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue