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