mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-20 19:09:21 +08:00
mod: 优化首页和项目外链
This commit is contained in:
parent
dc108fdbff
commit
8389a52af9
@ -54,25 +54,13 @@ const logout = () => {
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu>
|
||||
<a target="_blank" href="https://juejin.cn/post/7089377403717287972">
|
||||
<el-dropdown-item>V3-Admin-Vite 中文文档</el-dropdown-item>
|
||||
<el-dropdown-item>中文文档</el-dropdown-item>
|
||||
</a>
|
||||
<a target="_blank" href="https://github.com/un-pany/v3-admin-vite">
|
||||
<el-dropdown-item>V3-Admin-Vite GitHub</el-dropdown-item>
|
||||
<el-dropdown-item>GitHub</el-dropdown-item>
|
||||
</a>
|
||||
<a target="_blank" href="https://gitee.com/un-pany/v3-admin-vite">
|
||||
<el-dropdown-item>V3-Admin-Vite Gitee</el-dropdown-item>
|
||||
</a>
|
||||
<a target="_blank" href="https://juejin.cn/post/6963876125428678693">
|
||||
<el-dropdown-item divided>V3-Admin 中文文档</el-dropdown-item>
|
||||
</a>
|
||||
<a target="_blank" href="https://github.com/un-pany/v3-admin/blob/master/README.en.md">
|
||||
<el-dropdown-item>V3-Admin English Docs</el-dropdown-item>
|
||||
</a>
|
||||
<a target="_blank" href="https://github.com/un-pany/v3-admin">
|
||||
<el-dropdown-item>V3-Admin GitHub</el-dropdown-item>
|
||||
</a>
|
||||
<a target="_blank" href="https://gitee.com/un-pany/v3-admin">
|
||||
<el-dropdown-item>V3-Admin Gitee</el-dropdown-item>
|
||||
<el-dropdown-item>Gitee</el-dropdown-item>
|
||||
</a>
|
||||
<el-dropdown-item divided @click="logout">
|
||||
<span style="display: block">退出登录</span>
|
||||
|
@ -1,3 +1,14 @@
|
||||
<template>
|
||||
<div class="app-container">Admin 权限可见</div>
|
||||
<div class="app-container center">
|
||||
<el-empty description="Admin 权限可见" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.center {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
|
@ -1,3 +1,14 @@
|
||||
<template>
|
||||
<div class="app-container">Editor 权限可见</div>
|
||||
<div class="app-container center">
|
||||
<el-empty description="Editor 权限可见" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.center {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user