From de38d39d5aebdd2fd0d08e1b4f7ddce6925de61b Mon Sep 17 00:00:00 2001 From: wuyize Date: Thu, 30 Jun 2022 20:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E9=80=94=E9=A1=B9=E7=9B=AE=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=8E=E5=90=8E=E7=AB=AF=E5=AF=B9=E6=8E=A5=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +- src/router/index.js | 12 ++- src/utils/baseUrl.js | 3 +- src/utils/request.js | 10 +- src/views/ClosedProject.vue | 2 +- src/views/Home.vue | 3 + src/views/Login.vue | 13 +-- src/views/OngoingProject.vue | 179 ++++++++++++++--------------------- 8 files changed, 106 insertions(+), 122 deletions(-) diff --git a/src/App.vue b/src/App.vue index fd43406..d4bda4c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,10 +2,14 @@