www:新增问题反馈功能;dashboard:适配问题反馈功能,可以在后台系统和用户沟通
This commit is contained in:
@@ -73,7 +73,8 @@ const hasContacts = computed(() => contacts.value.length > 0);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<!-- 内容容器加宽:--sec-cw 可继承,页内所有 section-container 生效(全局默认 1200px 偏窄) -->
|
||||
<div style="--sec-cw: 1400px">
|
||||
<PageHero
|
||||
:title="heroTitle"
|
||||
:subtitle="heroSubtitle || undefined"
|
||||
@@ -153,6 +154,9 @@ const hasContacts = computed(() => contacts.value.length > 0);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- S-FB:问题反馈(提交 + 查询) -->
|
||||
<SupportFeedback />
|
||||
|
||||
<!-- S4:CTA -->
|
||||
<section v-if="s4Cta" class="text-center py-32px">
|
||||
<NuxtLink
|
||||
|
||||
Reference in New Issue
Block a user