nuxt.js中页面加载默认路由设置

直接写入js中即可

    created:function(){
      this.$router.push('/ExamNotes'); // 页面加载时跳转
    }

你可能感兴趣的:(vue)