From 9b7d1c9f852c6be4d78c672e067497d71471327b Mon Sep 17 00:00:00 2001 From: gxwebsoft Date: Fri, 8 Mar 2024 20:18:36 +0800 Subject: [PATCH] =?UTF-8?q?DIIA=E7=BD=91=E7=AB=99=E5=88=B6=E4=BD=9C?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.development | 4 +- src/components/Banner/index.vue | 14 +- src/components/Footer/index.vue | 25 +--- src/components/Header/index.vue | 52 +------ src/utils/request.ts | 2 +- src/views/about/components/detail.vue | 15 +- src/views/about/index.vue | 2 +- src/views/index/index.vue | 190 ++++++++++++++++++++++++-- 9 files changed, 213 insertions(+), 93 deletions(-) diff --git a/.env b/.env index 2912087..7858046 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ VITE_API_URL=/api -VITE_TENANT_ID=10140 +VITE_TENANT_ID=10139 diff --git a/.env.development b/.env.development index 2bc49db..52e7b6e 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ -#VITE_API_URL=https://modules.gxwebsoft.com/api +VITE_API_URL=https://modules.gxwebsoft.com/api VITE_SOCKET_URL=wss://server.gxwebsoft.com VITE_SERVER_URL=https://server.gxwebsoft.com/api -VITE_API_URL=http://127.0.0.1:9090/api +#VITE_API_URL=http://127.0.0.1:9090/api #VITE_SOCKET_URL=ws://localhost:9191 #VITE_API_URL=https://server.gxwebsoft.com/api #VITE_SERVER_URL=http://127.0.0.1:9091/api diff --git a/src/components/Banner/index.vue b/src/components/Banner/index.vue index 3051d79..4f3e06e 100644 --- a/src/components/Banner/index.vue +++ b/src/components/Banner/index.vue @@ -14,11 +14,11 @@ @@ -54,7 +54,7 @@ const onChange = () => { } const reload = () => { - getAd(242).then(data => { + getAd(254).then(data => { assignFields(data) }) } @@ -63,7 +63,7 @@ reload(); diff --git a/src/components/Header/index.vue b/src/components/Header/index.vue index 88ac616..0402d1c 100644 --- a/src/components/Header/index.vue +++ b/src/components/Header/index.vue @@ -1,6 +1,6 @@