数据大屏背景图更换为oss资源

This commit is contained in:
郭永超 2025-08-13 17:19:30 +08:00
parent 6fc713999b
commit f11575f00a
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 KiB

View File

@ -60,7 +60,7 @@ onMounted(() => {
width: 100%;
height: 100%;
background:
url('../assets/images/basic/containerBG.png') no-repeat center 100%,
url('https://gov-cloud.oss-cn-chengdu.aliyuncs.com/frontend/chanye/containerBG.png') no-repeat center 100%,
url('../assets/images/basic/containerBotBG.png') no-repeat bottom center;
&-header {
width: 100%;

View File

@ -12,7 +12,6 @@ declare module 'vue' {
BreadComp: typeof import('./src/components/breadComp.vue')['default']
CenterMap: typeof import('./src/components/centerMap.vue')['default']
CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default']
copy: typeof import('./src/components/custom-scroll-title copy/index.vue')['default']
CostomImg: typeof import('./src/components/costomImg.vue')['default']
CustomBack: typeof import('./src/components/customBack.vue')['default']
CustomCarouselPicture: typeof import('./src/components/custom-carousel-picture/index.vue')['default']