From aa2248b80ef39b5c03e897b2b1c875f3e0abb3f9 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: Tue, 14 May 2024 18:12:37 +0800 Subject: [PATCH] 1 --- src/pages/activity/activity_index.vue | 292 ++++++++++++++++++++++++-- src/pages/association/carousel.vue | 2 +- src/pages/login/index.vue | 2 +- 3 files changed, 279 insertions(+), 17 deletions(-) diff --git a/src/pages/activity/activity_index.vue b/src/pages/activity/activity_index.vue index 2d2efc3..c845355 100644 --- a/src/pages/activity/activity_index.vue +++ b/src/pages/activity/activity_index.vue @@ -2,6 +2,12 @@
新增 + + + + + + -
- diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index b80d610..848a021 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -70,7 +70,7 @@ export default { return { formData: { zhanghu: '', - password: '', + password: 'qinze731344.', }, FORM_RULES: { zhanghu: [{required: true, message: '账号必填', type: 'error'}],