From fa6ded8ed214faa857bb89d5e96f401f40274036 Mon Sep 17 00:00:00 2001 From: wuyize Date: Fri, 8 Jul 2022 16:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3run=20build=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=94=B9baseUrl=E5=88=B0ht?= =?UTF-8?q?tps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/baseUrl.js | 3 ++- src/views/OngoingProject.vue | 8 +++++++- src/views/Project.vue | 17 +++++++++++------ src/views/ProjectGroup.vue | 9 +++++---- src/views/ProjectWorkitem.vue | 11 +++++++++-- 5 files changed, 34 insertions(+), 14 deletions(-) diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index cf984c4..27f17b6 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -1,4 +1,5 @@ //const baseUrl = "http://192.168.31.194:8081/" //const baseUrl = "http://36.5.61.1:8081/" -const baseUrl = "http://101.34.228.45:8080/api/" +//const baseUrl = "http://101.34.228.45:8080/api/" +const baseUrl = "https://www.hammer-hfut.tk/api/" export default baseUrl; \ No newline at end of file diff --git a/src/views/OngoingProject.vue b/src/views/OngoingProject.vue index 1e2bdfb..9a7a788 100644 --- a/src/views/OngoingProject.vue +++ b/src/views/OngoingProject.vue @@ -30,7 +30,7 @@