From b435a97781a4711a3bfe3fcf92ef78effcce3ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 27 Mar 2022 15:53:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Team/index.vue):=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E9=98=B2=E7=9B=97=E9=93=BE=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/Team/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/dashboard/components/Team/index.vue b/src/views/dashboard/components/Team/index.vue index 5e01ba29..68f7a2a9 100644 --- a/src/views/dashboard/components/Team/index.vue +++ b/src/views/dashboard/components/Team/index.vue @@ -43,8 +43,8 @@
群二维码过期可添加开发者微信由其拉入群,备注「有来」即可。 @@ -78,23 +78,23 @@ const state = reactive({ teamActiveName: 'developer', developers: [ { - imgUrl: 'https://gitee.com/haoxr/image/raw/master/hxr.jpg', + imgUrl: 'http://cdn.youlai.tech/rui.jpg', nickname: '郝先瑞', positions: ['后端', '前端', '打杂'], homepage: 'https://www.cnblogs.com/haoxianrui/' }, { - imgUrl: 'https://gitee.com/haoxr/image/raw/master/default/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20220128222910_gaitubao_841x841.jpg', + imgUrl: 'http://cdn.youlai.tech/lin.jpg', nickname: '张加林', positions: ['DevOps'], homepage: 'https://gitee.com/ximy' }, { - imgUrl: 'https://gitee.com/haoxr/image/raw/master/default/ba695a5e70410a066b7052c5dc9db5c.jpg', + imgUrl: 'http://cdn.youlai.tech/chuan.jpg', nickname: '张川', positions: ['后端', '前端'], homepage: 'https://blog.csdn.net/qq_41595149' - }, + } ], colors: ['', 'success', 'warning', 'danger'], indicatorImgUrl: new URL(`../../../../assets/index/indicator.png`, import.meta.url).href