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 @@