diff --git a/.env.test b/.env.test index 3cc5181..a8e07e1 100644 --- a/.env.test +++ b/.env.test @@ -1 +1 @@ -VITE_API_URL=http://192.168.1.2:9538 \ No newline at end of file +VITE_API_URL=http://192.168.1.2:9537 \ No newline at end of file diff --git a/src/assets/images/home-banner.jpg b/src/assets/images/home-banner.jpg index 263bcd9..caecc84 100644 Binary files a/src/assets/images/home-banner.jpg and b/src/assets/images/home-banner.jpg differ diff --git a/src/views/home/index.ts b/src/views/home/index.ts index 827b83f..aec66d2 100644 --- a/src/views/home/index.ts +++ b/src/views/home/index.ts @@ -4,7 +4,7 @@ export const actions = [ { id: "check_in", name: "签到", icon: calendarOutline, color: "#c32120" }, { id: "team", name: "团队中心", icon: peopleOutline, color: "#c32120" }, { id: "invite", name: "邀请好友", icon: rocketOutline, color: "#c32120" }, - { id: "support", name: "在线客服", icon: chatbubblesOutline, color: "#c32120" }, + { id: "support", name: "在线对话", icon: chatbubblesOutline, color: "#c32120" }, ] as const; export type Action = (typeof actions)[number]; diff --git a/src/views/home/index.vue b/src/views/home/index.vue index efc33a5..34aa94a 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -59,10 +59,18 @@ function handleNewsClick(news: NewsItem) {