Skip to content

Commit 2e97fc9

Browse files
committed
chore(dashboard): 移除过期的问卷和广告内容
移除工作台横幅组件中的“帮我完成问卷”和“广告区”两个折叠面板项,仅保留“腾讯公益”项。 这些内容已过期或不再需要展示。
1 parent 49e25e5 commit 2e97fc9

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

  • src/views/dashboard/workplace/components

src/views/dashboard/workplace/components/banner.vue

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,6 @@
2828
<div style="margin-top: 50px;">&nbsp;</div>
2929
<div>
3030
<a-collapse :default-active-key="state.activeKey" accordion @change="changeMainActive">
31-
<a-collapse-item header="帮我完成问卷!谢谢!" :key="0">
32-
<a-space direction="vertical">
33-
<t-link theme="primary" href="https://wj.qq.com/s2/25291398/27c9/" target="_blank">https://wj.qq.com/s2/25291398/27c9/</t-link>
34-
<img loading="lazy" class="tencent" style="margin-bottom: 10px;" width="300px" src="/poster.png" />
35-
</a-space>
36-
</a-collapse-item>
37-
<a-collapse-item header="广告区" :key="1">
38-
<a-space>
39-
<a-card hoverable :style="{ width: '500px' }">
40-
<template #cover>
41-
<div
42-
>
43-
<img
44-
loading="lazy"
45-
:style="{ width: '100%' }"
46-
alt="ads"
47-
src="/jjgg.jpg"
48-
/>
49-
</div>
50-
</template>
51-
<a-card-meta title="BG4IWE 投放">
52-
</a-card-meta>
53-
</a-card>
54-
</a-space>
55-
</a-collapse-item>
5631
<a-collapse-item header="腾讯公益" :key="2">
5732
<img loading="lazy" class="tencent" style="margin-bottom: 10px;" width="200px" src="/gy.png" />
5833
</a-collapse-item>

0 commit comments

Comments
 (0)