优化已知问题
This commit is contained in:
@@ -10,13 +10,14 @@
|
||||
</el-space>
|
||||
</template>
|
||||
<template v-if="!isDeveloper">
|
||||
<el-card class="m-5 w-screen-sm mt-24 mb-[200px] m-auto">
|
||||
<el-card class="m-5 w-screen-sm mt-24 mb-[200px] m-auto flex justify-center text-center">
|
||||
<el-result
|
||||
icon="warning"
|
||||
title="您还不是开发者!"
|
||||
:sub-title="`请先完成实名认证`"
|
||||
:sub-title="`审核通过后可管理您的应用`"
|
||||
title="请先完成实名认证!"
|
||||
>
|
||||
</el-result>
|
||||
<nuxt-link to="/user/auth"><el-button type="primary">加入开发者</el-button></nuxt-link>
|
||||
</el-card>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
||||
Reference in New Issue
Block a user