dcos: 修改了一些仓库链接信息
This commit is contained in:
parent
ec7e253b80
commit
0bcbadb5cc
@ -28,7 +28,7 @@ export default {
|
|||||||
["draggable"]: "draggable",
|
["draggable"]: "draggable",
|
||||||
["editor"]: "editor",
|
["editor"]: "editor",
|
||||||
["newbie"]: "newbie",
|
["newbie"]: "newbie",
|
||||||
["usre-center"]: "usre center",
|
["user-center"]: "user center",
|
||||||
["markdown"]: "Markdown",
|
["markdown"]: "Markdown",
|
||||||
["custom-instruction"]: "custom instruction",
|
["custom-instruction"]: "custom instruction",
|
||||||
["anti-shake"]: "anti shake",
|
["anti-shake"]: "anti shake",
|
||||||
|
|||||||
@ -28,7 +28,7 @@ export default {
|
|||||||
["draggable"]: "拖拽",
|
["draggable"]: "拖拽",
|
||||||
["editor"]: "富文本",
|
["editor"]: "富文本",
|
||||||
["newbie"]: "新手指引",
|
["newbie"]: "新手指引",
|
||||||
["usre-center"]: "用户中心",
|
["user-center"]: "用户中心",
|
||||||
["markdown"]: "Markdown",
|
["markdown"]: "Markdown",
|
||||||
["custom-instruction"]: "自定义指令",
|
["custom-instruction"]: "自定义指令",
|
||||||
["anti-shake"]: "防抖",
|
["anti-shake"]: "防抖",
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
<!-- 项目地址 -->
|
<!-- 项目地址 -->
|
||||||
<a-doption @click="onProject">
|
<a-doption @click="onProject">
|
||||||
<template #default>
|
<template #default>
|
||||||
<SvgIcon :name="'github'" :size="18" />
|
<SvgIcon :name="'gitee'" :size="18" />
|
||||||
<span class="margin-left-text">{{ $t(`language.project-address`) }}</span>
|
<span class="margin-left-text">{{ $t(`language.project-address`) }}</span>
|
||||||
</template>
|
</template>
|
||||||
</a-doption>
|
</a-doption>
|
||||||
@ -178,7 +178,7 @@ const onUpdate = () => {
|
|||||||
|
|
||||||
// 项目地址
|
// 项目地址
|
||||||
const onProject = () => {
|
const onProject = () => {
|
||||||
window.open("https://github.com/WANG-Fan0912/SnowAdmin", "_blank");
|
window.open("https://gitee.com/wang_fan_w/SnowAdmin", "_blank");
|
||||||
};
|
};
|
||||||
|
|
||||||
// 退出登录
|
// 退出登录
|
||||||
|
|||||||
@ -389,12 +389,12 @@ export const dynamicRoutes: RouteRecordRaw[] = [
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/common-component/usre-center",
|
path: "/common-component/user-center",
|
||||||
name: "usre-center",
|
name: "user-center",
|
||||||
component: () => import("@/views/common-component/usre-center/usre-center.vue"),
|
component: () => import("@/views/common-component/user-center/user-center.vue"),
|
||||||
meta: {
|
meta: {
|
||||||
title: "usre-center",
|
title: "user-center",
|
||||||
hide: false,
|
hide: true,
|
||||||
disable: false,
|
disable: false,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
affix: false,
|
affix: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user