diff --git a/src/assets/images/home-banner.jpg b/src/assets/images/home-banner.jpg new file mode 100644 index 0000000..21ea013 Binary files /dev/null and b/src/assets/images/home-banner.jpg differ diff --git a/src/assets/images/home-banner.png b/src/assets/images/home-banner.png new file mode 100644 index 0000000..d0bfac3 Binary files /dev/null and b/src/assets/images/home-banner.png differ diff --git a/src/assets/images/home-bg.png b/src/assets/images/home-bg.png new file mode 100644 index 0000000..b4d6a5d Binary files /dev/null and b/src/assets/images/home-bg.png differ diff --git a/src/components/layout/default.vue b/src/components/layout/default.vue index c89a033..74ec445 100644 --- a/src/components/layout/default.vue +++ b/src/components/layout/default.vue @@ -12,28 +12,28 @@ const { t } = useI18n();
- +
diff --git a/src/views/home/index.vue b/src/views/home/index.vue index cc4bc39..fc64cfd 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -49,10 +49,10 @@ const newsList = ref([ // 快捷入口 const quickActions = ref([ - { id: 1, name: "签到", icon: calendarOutline, color: "#c41e3a" }, - { id: 2, name: "团队中心", icon: peopleOutline, color: "#c41e3a" }, - { id: 3, name: "战略改革", icon: rocketOutline, color: "#c41e3a" }, - { id: 4, name: "在线客服", icon: chatbubblesOutline, color: "#c41e3a" }, + { id: 1, name: "签到", icon: calendarOutline, color: "#c32120" }, + { id: 2, name: "团队中心", icon: peopleOutline, color: "#c32120" }, + { id: 3, name: "战略改革", icon: rocketOutline, color: "#c32120" }, + { id: 4, name: "在线客服", icon: chatbubblesOutline, color: "#c32120" }, ]); function handleQuickAction(action: any) { @@ -98,168 +98,104 @@ onUnmounted(() => {