Browse Source

refactor(Contact): 使用配置存储动态渲染页面头部信息

master
主管理员 3 weeks ago
parent
commit
81c2212b80
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/views/pages/Contact.vue

+ 3
- 2
src/views/pages/Contact.vue View File

@ -284,8 +284,9 @@ onMounted(() => {
<template> <template>
<div class="contact-page"> <div class="contact-page">
<PageHeader title="联系我们" subtitle="随时为您提供专业支持与服务"
backgroundImage="https://images.unsplash.com/photo-1423666639041-f56000c27a9a?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" />
<PageHeader :title="configStore.configParams.contact_banner_title"
:subtitle="configStore.configParams.contact_banner_subtitle"
:backgroundImage="configStore.configParams.contact_banner_bg" />
<section class="contact-info"> <section class="contact-info">
<div class="container"> <div class="container">


Loading…
Cancel
Save