Merge branch 'develop' of https://gitee.com/qinxingxing/alpha-shopping into develop

This commit is contained in:
2025-11-25 14:07:11 +08:00
+1 -1
View File
@@ -532,7 +532,7 @@ export default {
},
computed: {
isBlockedDate() {
return !useTabber(10);
return !useTabber(13);
}
}