From c2c25f2520664f9e49df00173a9ba8a56fe68183 Mon Sep 17 00:00:00 2001 From: JayChou Date: Fri, 16 May 2025 15:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BAH5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- .env.production | 4 +- src/Layout/footer/index.vue | 16 +- src/Layout/tabbar/index.vue | 42 ++-- src/main.ts | 12 ++ src/permissions.ts | 2 + src/router/module/constRouter/index.ts | 20 +- src/store/module/user.ts | 14 +- src/styles/index.scss | 5 +- src/styles/variable.scss | 2 +- src/utils/requset.ts | 2 +- src/views/home/index.vue | 116 +++-------- src/views/login/index.vue | 81 +++++--- src/views/login/registered.vue | 192 +++++++++++++------ src/views/news/index.vue | 20 +- src/views/projectName/index.vue | 28 +-- src/views/raceInfo/index.vue | 73 +++---- src/views/registrationPersonage/index.vue | 72 ++++--- src/views/userInfo/components/awardeList.vue | 2 +- src/views/userInfo/index.vue | 13 +- vite.config.ts | 2 +- 21 files changed, 390 insertions(+), 332 deletions(-) diff --git a/.env.development b/.env.development index 564630e..a459376 100644 --- a/.env.development +++ b/.env.development @@ -3,4 +3,6 @@ NODE_ENV = 'development' VITE_APP_TITLE = '教学一体化平台' VITE_APP_BASE_API = http://localhost:18085/jeecg-boot # VITE_APP_BASE_API = 'http://127.0.0.1:8080' -VITE_APP_BASE_API_JEECG = '/student' \ No newline at end of file +VITE_APP_BASE_API_JEECG = '/student' +VITE_APP_PC_URL = http://localhost:18085/jeecg-boot +VITE_APP_MOBILE_URL = http://localhost:18085/jeecg-boot \ No newline at end of file diff --git a/.env.production b/.env.production index 09e06cb..d16a577 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,6 @@ NODE_ENV = 'development' VITE_APP_TITLE = '高赛通单项目' VITE_APP_BASE_API = http://182.92.169.222:18086/jeecg-boot -# VITE_APP_BASE_API = 'http://127.0.0.1:8080' \ No newline at end of file +# VITE_APP_BASE_API = 'http://127.0.0.1:8080' +VITE_APP_PC_URL = http://localhost:18085/jeecg-boot +VITE_APP_MOBILE_URL = http://localhost:18085/jeecg-boot \ No newline at end of file diff --git a/src/Layout/footer/index.vue b/src/Layout/footer/index.vue index 7c9d95c..d0bed00 100644 --- a/src/Layout/footer/index.vue +++ b/src/Layout/footer/index.vue @@ -41,7 +41,7 @@ const toNewsDetail = (id: number) => { diff --git a/src/views/login/registered.vue b/src/views/login/registered.vue index 588ecde..34be11e 100644 --- a/src/views/login/registered.vue +++ b/src/views/login/registered.vue @@ -1,6 +1,6 @@ diff --git a/src/views/news/index.vue b/src/views/news/index.vue index 87a5060..9b690bb 100644 --- a/src/views/news/index.vue +++ b/src/views/news/index.vue @@ -10,22 +10,23 @@
{{ obj.info }}
-
{{ obj.publishTime }}
发布人:{{ obj.createBy }}
+
{{ obj.publishTime }}
- + -
+