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