fix: base 移除导致title不正确的代码
This commit is contained in:
parent
db009ca954
commit
c143bce08f
|
|
@ -370,7 +370,6 @@ export default {
|
|||
},
|
||||
},
|
||||
created() {
|
||||
document.title = this.$store.state.global.baseName;
|
||||
this.onLayoutResize();
|
||||
window.addEventListener("resize", this.onLayoutResize);
|
||||
var menu = this.$router.sc_getMenu();
|
||||
|
|
|
|||
Loading…
Reference in New Issue