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

View File

@ -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"]: "防抖",

View File

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

View File

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