From 900c399450b9d4bbfab80307040147749434d295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=A2=A7=E8=97=A4?= <67498817+phidiaLam@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dbv=E5=8F=B7=E7=BC=96=E5=8F=B7?= =?UTF-8?q?=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/canteen/videoList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/canteen/videoList/index.vue b/src/views/canteen/videoList/index.vue index 6ab4065..c16fc03 100644 --- a/src/views/canteen/videoList/index.vue +++ b/src/views/canteen/videoList/index.vue @@ -102,7 +102,7 @@ export default { components: { FormButton, draggable }, data() { let validBV = (rule, value, callback) => { - let pattern = /^(BV)?1..4(1|y)1.7..$/i; + let pattern = /^(BV)?1..4.1.7..$/i; if (!pattern.test(value)) { callback(new Error("你这BV号好像不太对诶")); } else {