From 7839fa565e35e31b8ffad41063bced3c450d4cf4 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Mon, 8 Sep 2025 10:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E5=92=8C=E8=A1=A8=E5=8D=95=E5=AD=97=E6=95=B0=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/components/LoginForm.vue | 4 ++-- pages/upnew/components/DrawForm.vue | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/home/components/LoginForm.vue b/pages/home/components/LoginForm.vue index 98447bb..8d91631 100644 --- a/pages/home/components/LoginForm.vue +++ b/pages/home/components/LoginForm.vue @@ -2,7 +2,7 @@
- Hi,{{ userStore.userInfoRes.nickname || '欢迎访问~' }} + Hi,{{ userStore.userInfoRes.nickname || '欢迎访问图夕夕' }}
diff --git a/pages/upnew/components/DrawForm.vue b/pages/upnew/components/DrawForm.vue index 4604ea1..d754b64 100644 --- a/pages/upnew/components/DrawForm.vue +++ b/pages/upnew/components/DrawForm.vue @@ -17,11 +17,11 @@ label="标题:" :prop="`${props.vaildRules}.title`" :rules="[ - { required: true, message: '20-50 字符,结构可用分类关键词+作品名/资源价值版本/使用场景', trigger: ['blur', 'change'] }, + { required: true, message: '10-25 字符,结构可用分类关键词+作品名/资源价值版本/使用场景', trigger: ['blur', 'change'] }, { validator: (rule: any, value: any, callback: any) => { - if (value && value.length < 20) { - callback(new Error('20-50 字符,结构可用分类关键词+作品名/资源价值版本/使用场景')) + if (value && value.length < 10) { + callback(new Error('10-25 字符,结构可用分类关键词+作品名/资源价值版本/使用场景')) } callback() }, @@ -29,7 +29,7 @@ }, ]" > - + - +