dcos: 修改了一些仓库链接信息

This commit is contained in:
WANGFAN\wangf 2024-09-21 23:50:52 +08:00
parent ec7e253b80
commit 0bcbadb5cc
5 changed files with 9 additions and 9 deletions

View File

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

View File

@ -28,7 +28,7 @@ export default {
["draggable"]: "拖拽",
["editor"]: "富文本",
["newbie"]: "新手指引",
["usre-center"]: "用户中心",
["user-center"]: "用户中心",
["markdown"]: "Markdown",
["custom-instruction"]: "自定义指令",
["anti-shake"]: "防抖",

View File

@ -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");
};
// 退

View File

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