From 8132e4475d61738d951b78bc79c33b88cad9b01a Mon Sep 17 00:00:00 2001 From: heixinyouzi <2410633923@qq.com> Date: Tue, 4 Jun 2024 17:40:40 +0800 Subject: [PATCH] 111 --- src/views/gallery/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/gallery/index.vue b/src/views/gallery/index.vue index 13ae610..98d38fd 100644 --- a/src/views/gallery/index.vue +++ b/src/views/gallery/index.vue @@ -22,7 +22,7 @@ import xPic from './xPic.vue'; const kw = ref(""); const sharelist = ref([]); -const ps = ref(20), pn = ref(1), total = ref(0) +const ps = ref(30), pn = ref(1), total = ref(0) const size = usesizeStore() const contH = ref(0)