activated() {
if (this.$route.meta.isBack) {
//加载页面数据

}
// 从新设置页面得路由元信息
this.$route.meta.isBack = false;
},