From f6f85a471c0a982c752c807bf03b9ce442c1f0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Thu, 27 Mar 2025 14:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B8=E5=8F=AF=E8=AF=81=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/DefaultLayout/index.vue | 2 +- src/views/Jyh/LicenseInfo/index.vue | 49 ++++++-------------- src/views/Jyh/Version/Detail/VersionInfo.vue | 8 ++-- 3 files changed, 19 insertions(+), 40 deletions(-) diff --git a/src/layouts/DefaultLayout/index.vue b/src/layouts/DefaultLayout/index.vue index 11c5e90..e01aa82 100644 --- a/src/layouts/DefaultLayout/index.vue +++ b/src/layouts/DefaultLayout/index.vue @@ -202,7 +202,7 @@ onUnmounted(() => { width: 100%; height: 100%; //background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1)),url('@/assets/imgs/home/首页01_BG_@2x.png'); - background-image: url('@/assets/imgs/home/首页01_BG_@2x.png'); + background-image: url('@/assets/imgs/home/首页02_BG_@2x.png'); background-size: cover; background-position: center; z-index: -1; diff --git a/src/views/Jyh/LicenseInfo/index.vue b/src/views/Jyh/LicenseInfo/index.vue index de79e0f..004a9fc 100644 --- a/src/views/Jyh/LicenseInfo/index.vue +++ b/src/views/Jyh/LicenseInfo/index.vue @@ -29,6 +29,8 @@ :can-change-page-size="true" :can-jump-page="true" :max-items="5" + @page-index-change="getList" + @page-size-change="getList" /> @@ -38,16 +40,16 @@