Commit aeb0827f by lijiabin

【需求 17679】 feat: 完成关爱基金跳转

parent 8a4204df
......@@ -11,6 +11,13 @@
@click="handleRefresh"
><Refresh
/></el-icon>
<!-- 关爱基金跳转 -->
<el-link
:underline="false"
href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww42a2d34b42b8d721&redirect_uri=oa.yswg.com.cn:3456/careFund/publicNotice/index&response_type=code&scope=snsapi_base&state=#wechat_redirect"
target="_blank"
>关爱基金</el-link
>
</div>
</div>
<el-divider style="margin: 10px 0 20px 0" />
......@@ -24,7 +31,7 @@
<script setup lang="ts">
import Tabs from '@/components/common/Tabs'
import { Refresh } from '@element-plus/icons-vue'
import { HelpFilled, Refresh } from '@element-plus/icons-vue'
import ColumnList from './components/columnList.vue'
import InterviewList from './components/interviewList.vue'
import PracticeList from './components/practiceList.vue'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment