|
@@ -250,7 +250,7 @@ const resetHeaderWidthHandle = () => {
|
|
|
const bannerClickHandler = async () => {
|
|
|
let source = sessionStorage.getItem('platformSource')
|
|
|
const res = await apiPublicBannerMark({
|
|
|
- banner_url: "https://hzchart.oss-cn-shanghai.aliyuncs.com/yb_xcx/pc_01.png",
|
|
|
+ banner_url: "https://hzstatic.hzinsights.com/yb_xcx/pc_01.png",
|
|
|
first_source: source == 'xcx' ? 2 : 3, //一级来源 1小程序移动 2小程序pc 3研报官网
|
|
|
second_source: 1 //二级来源 1首页 2研报详情页
|
|
|
})
|
|
@@ -307,7 +307,7 @@ onActivated(()=>{
|
|
|
<div class="top-nav-wrap" ref="headerRef" :style="{'width':contentWidth}">
|
|
|
<el-carousel height="66px" style="margin-bottom:20px;padding-right: 30px" indicator-position="none">
|
|
|
<el-carousel-item @click="bannerClickHandler" >
|
|
|
- <img style="width:100%;height:66px;cursor:pointer;" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/yb_xcx/pc_01.png" alt="">
|
|
|
+ <img style="width:100%;height:66px;cursor:pointer;" src="https://hzstatic.hzinsights.com/yb_xcx/pc_01.png" alt="">
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
<div class="flex first-nav">
|