From 60c7f9d84d4ebf4c780a1bd945ffbeb3753d950e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Sat, 11 May 2024 18:14:00 +0800 Subject: [PATCH] 1 --- .env | 2 +- .env.development | 2 +- .env.site | 2 +- src/pages/activity/activity_index.vue | 38 ++++- src/pages/association/carousel.vue | 195 ++++++++++++++++++++++++++ src/pages/association/index.vue | 4 +- src/pages/association/opinion.vue | 75 ++++++++++ src/pages/login/index.vue | 8 +- src/pages/news/news_index.vue | 11 ++ src/pages/register/index.vue | 25 +++- src/pages/user/user_edit.vue | 13 +- src/pages/user/user_index.vue | 6 +- src/pages/user/user_info.vue | 6 +- src/pages/user/user_plan.vue | 21 ++- src/permission.js | 16 ++- src/router/modules/components.ts | 12 ++ src/store/modules/user.ts | 3 +- src/utils/request.ts | 3 +- 18 files changed, 410 insertions(+), 32 deletions(-) create mode 100644 src/pages/association/carousel.vue create mode 100644 src/pages/association/opinion.vue diff --git a/.env b/.env index 1b6a998..9465e81 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ # 打包路径 根据项目不同按需配置 -VITE_BASE_URL = / \ No newline at end of file +VITE_BASE_URL = ./ diff --git a/.env.development b/.env.development index 79debef..c9080bb 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ # 打包路径 -VITE_BASE_URL = / +VITE_BASE_URL = ./ diff --git a/.env.site b/.env.site index 753a6ae..9465e81 100644 --- a/.env.site +++ b/.env.site @@ -1,2 +1,2 @@ # 打包路径 根据项目不同按需配置 -VITE_BASE_URL = https://static.tdesign.tencent.com/starter/vue/ \ No newline at end of file +VITE_BASE_URL = ./ diff --git a/src/pages/activity/activity_index.vue b/src/pages/activity/activity_index.vue index d221e60..2d2efc3 100644 --- a/src/pages/activity/activity_index.vue +++ b/src/pages/activity/activity_index.vue @@ -23,6 +23,14 @@ /> + + + diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 699064c..b80d610 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -16,7 +16,7 @@ >