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

【nuxt.js中页面加载默认路由设置】直接写入js中即可

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

    推荐阅读