Browse Source

banner init

bding 1 year ago
parent
commit
ce0d26f816
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/hzyb/report/ChapterDetail.vue
  2. 1 1
      src/views/hzyb/report/Detail.vue

+ 1 - 1
src/views/hzyb/report/ChapterDetail.vue

@@ -232,7 +232,7 @@ export default {
 
       isReportPublishCancel:false,//报告取消发布
       bannerDataList:[
-        {IndexImg:'https://hzchart.oss-cn-shanghai.aliyuncs.com/yb_xcx/banner.png',id:1},
+        {IndexImg:'https://hzstatic.hzinsights.com/yb_xcx/banner.png',id:1},
       ]
     };
   },

+ 1 - 1
src/views/hzyb/report/Detail.vue

@@ -254,7 +254,7 @@ export default {
             showAttention:false,//是否显示配置播放清单提示
             isReportPublishCancel:false,//报告取消发布
             bannerDataList:[
-                {IndexImg:'https://hzchart.oss-cn-shanghai.aliyuncs.com/yb_xcx/banner.png',id:1},
+                {IndexImg:'https://hzstatic.hzinsights.com/yb_xcx/banner.png',id:1},
             ]
         }
     },