提价一下没改什么

dev_2022-05-11
e 3 years ago
parent 30afb3857a
commit 8af271dbd5
  1. 3
      src/pages/match/manage/index.vue
  2. 3
      src/router/index.js

@ -50,7 +50,8 @@ export default {
});
},
beforeDestroy() {
// EventBus.$off()
// EventBus
EventBus.$off()
},
methods: {
goBack() {

@ -267,7 +267,8 @@ router.beforeEach(function(to, from, next) {
}
}
// 根据路由元信息设置文档标题
window.document.title = to.meta.title ? to.meta.title : "";
// window.document.title = to.meta.title ? to.meta.title : "";
window.document.title = "职站教师端"
next();
});
Loading…
Cancel
Save