vue中hash模式下锚点多页面跳转

1.目标页面设置锚点及跳转事件

            直播时间:2021年10月20日

methods:{

open(){

          window.location.href = '#demoAnchor';

          }

  },

mounted(){

    if(this.$route.query.active){

      this.open();

}

2.准备跳转页面,设置跳转,传过去一个参数

      比赛规则


 

你可能感兴趣的:(html5,vue.js,javascript)