优化已知问题

This commit is contained in:
2025-03-15 16:37:11 +08:00
parent abb9a4dbe7
commit 287ceacaf3
19 changed files with 279 additions and 123 deletions

View File

@@ -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>