dev_2022-05-11
luoJunYong.123 3 years ago
parent 923cfe95ae
commit 82fb4e6514
  1. 6
      src/pages/match/manage/index.vue
  2. 4
      src/router/index.js

@ -50,12 +50,8 @@ export default {
}); });
}, },
beforeDestroy() { beforeDestroy() {
// EventBus // EventBus
<<<<<<< HEAD
EventBus.$off() EventBus.$off()
=======
EventBus.$off()
>>>>>>> 8af271dbd54e96d906dc849c3b61128fbf4e7018
}, },
methods: { methods: {
goBack() { goBack() {

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