From 961ed45cc3fc7e5efdeabf1523418fd969572863 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 6 Jan 2025 14:21:01 +0800 Subject: [PATCH] =?UTF-8?q?token=E6=94=B9=E6=88=90=E5=AD=98sessionStorage?= =?UTF-8?q?=E9=87=8C=E9=9D=A2=EF=BC=88=E4=BF=9D=E8=AF=81=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=8F=AA=E8=83=BD=E5=9C=A8=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E7=9A=84tab=E9=A1=B5=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E7=99=BB=E5=BD=95=E7=8A=B6=E6=80=81=EF=BC=8C=E7=94=B1?= =?UTF-8?q?=E6=AD=A4=E9=81=BF=E5=85=8D=E5=AD=90=E7=B3=BB=E7=BB=9F=E7=9A=84?= =?UTF-8?q?tab=E9=A1=B5=E5=A4=9A=E5=BC=80=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 28 +- src/components/quill/index.vue | 62 +- src/components/upload/config.js | 2 +- src/layouts/header/index.vue | 6 +- src/layouts/home/index.vue | 8 +- src/layouts/navbar/index.vue | 4 +- src/pages/account/login/index.vue | 2 +- src/pages/account/redirect/index.vue | 2 +- src/pages/activity/details/index.vue | 6 +- src/pages/activity/list/index.vue | 624 +++---- src/pages/activity/manage/add/index.vue | 414 ++--- .../activity/manage/manage/matchSignup.vue | 97 +- src/pages/activity/manage/manage/notice.vue | 67 +- .../activity/manage/manage/noticeDetail.vue | 228 ++- src/pages/ass/list/index.vue | 2 +- src/pages/cityPartner/list/index.vue | 512 +++--- src/pages/course/details/index.vue | 613 ++++--- src/pages/course/list/index.vue | 2 +- src/pages/devPlatform/list/index.vue | 416 +++-- src/pages/index/list/index.vue | 1624 ++++++++--------- src/pages/index/zxy/index.vue | 2 +- src/pages/match/details/index.vue | 10 +- src/pages/match/list/index.vue | 10 +- src/pages/product/list/index.vue | 1034 ++++++----- src/pages/record/details/index.vue | 2 +- src/pages/record/list/index.vue | 2 +- src/pages/record/theoryReport/index.vue | 2 +- src/pages/screen/index.vue | 2 +- src/pages/setting/person/index.vue | 94 +- src/pages/station/preview/index.vue | 6 +- src/pages/theoryExam/index.vue | 4 +- src/pages/touristMatch/list/index.vue | 12 +- src/plugins/requests/index.js | 2 +- src/router/permission.js | 2 +- src/setting.js | 2 +- src/store/modules/user.js | 2 +- 36 files changed, 2949 insertions(+), 2958 deletions(-) diff --git a/src/App.vue b/src/App.vue index ff6d150..afafb66 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/src/components/quill/index.vue b/src/components/quill/index.vue index 6bf6297..c7d9ab3 100644 --- a/src/components/quill/index.vue +++ b/src/components/quill/index.vue @@ -1,19 +1,11 @@