parent
073d732a1d
commit
eef1c9ce43
|
|
@ -45,7 +45,7 @@
|
||||||
| 项目 | Gitee | Github |GitCode |
|
| 项目 | Gitee | Github |GitCode |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| 前端 | [vue3-element-admin](https://gitee.com/youlaiorg/vue3-element-admin) | [vue3-element-admin](https://github.com/youlaitech/vue3-element-admin) |[vue3-element-admin](https://gitcode.net/youlai/vue3-element-admin)|
|
| 前端 | [vue3-element-admin](https://gitee.com/youlaiorg/vue3-element-admin) | [vue3-element-admin](https://github.com/youlaitech/vue3-element-admin) |[vue3-element-admin](https://gitcode.net/youlai/vue3-element-admin)|
|
||||||
| 后端 | [youlai-boot](https://gitee.com/youlaiorg/youlai-boot) | [youlai-boot](https://github.com/hxrui/youlai-boot.git) |[youlai-boot](https://gitcode.net/youlai/youlai-boot)|
|
| 后端 | [youlai-boot](https://gitee.com/youlaiorg/youlai-boot) | [youlai-boot](https://github.com/haoxianrui/youlai-boot.git) |[youlai-boot](https://gitcode.net/youlai/youlai-boot)|
|
||||||
|
|
||||||
## 环境准备
|
## 环境准备
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/hxrui"
|
href="https://github.com/haoxianrui"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="github-corner"
|
class="github-corner"
|
||||||
aria-label="View source on Github"
|
aria-label="View source on Github"
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,10 @@ function logout() {
|
||||||
<a target="_blank" href="https://gitee.com/haoxr">
|
<a target="_blank" href="https://gitee.com/haoxr">
|
||||||
<el-dropdown-item>{{ $t("navbar.gitee") }}</el-dropdown-item>
|
<el-dropdown-item>{{ $t("navbar.gitee") }}</el-dropdown-item>
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" href="https://www.cnblogs.com/haoxianrui/">
|
<a
|
||||||
|
target="_blank"
|
||||||
|
href="https://juejin.cn/post/7228990409909108793"
|
||||||
|
>
|
||||||
<el-dropdown-item>{{ $t("navbar.document") }}</el-dropdown-item>
|
<el-dropdown-item>{{ $t("navbar.document") }}</el-dropdown-item>
|
||||||
</a>
|
</a>
|
||||||
<el-dropdown-item divided @click="logout">
|
<el-dropdown-item divided @click="logout">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue