背景图替换

This commit is contained in:
yuanshan 2025-09-29 16:48:29 +08:00
parent 7b4d234c48
commit be8d2ca4d4
7 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 590 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 712 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 712 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 296 KiB

View File

@ -36,6 +36,7 @@ const routes = [
{
path: "/historic-stock",
name: "historic-stock",
meta: { bg: 'url("@/assets/image/bg-events-calendar.png")' },
component: () => import("@/views/historic-stock/index.vue"),
},
{
@ -53,6 +54,7 @@ const routes = [
{
path: "/quarterlyreports",
name: "quarterlyreports",
meta: { bg: 'url("@/assets/image/bg-events-calendar.png")' },
component: () =>
import("@/views/financialinformation/quarterlyreports/index.vue"),
},
@ -71,12 +73,14 @@ const routes = [
{
path: "/annualreports",
name: "AnnualReports",
meta: { bg: 'url("@/assets/image/bg-events-calendar.png")' },
component: () =>
import("@/views/financialinformation/annualreports/index.vue"),
},
{
path: "/press-releases",
name: "press-releases",
meta: { bg: 'url("@/assets/image/bg-events-calendar.png")' },
component: () => import("@/views/press-releases/index.vue"),
},
{
@ -88,7 +92,7 @@ const routes = [
{
path: "/events-calendar",
name: "events-calendar",
// meta: { bg: 'url("@/assets/image/bg-events-calendar.png")' },
meta: { bg: 'url("@/assets/image/bg-events-calendar.png")' },
component: () => import("@/views/events-calendar/index.vue"),
},
{