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