From a1ee522b83bd6261884ebb919d31047c73264382 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 2 Jul 2023 19:25:47 +0800 Subject: [PATCH] fix --- .env.development | 2 +- src/components/cards/DownloadingCard.vue | 5 +++-- src/components/cards/SiteCard.vue | 11 ++++++----- src/views/reorganize/DownloadingListView.vue | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index d78c77aa..64c2bdd4 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -VITE_API_BASE_URL=http://10.10.10.105:3001/api/v1/ +VITE_API_BASE_URL=http://10.10.10.10:3001/api/v1/ diff --git a/src/components/cards/DownloadingCard.vue b/src/components/cards/DownloadingCard.vue index b23231d1..261804cd 100644 --- a/src/components/cards/DownloadingCard.vue +++ b/src/components/cards/DownloadingCard.vue @@ -49,7 +49,7 @@ const deleteDownload = () => {