fix: base 移除导致title不正确的代码

This commit is contained in:
caoqianming 2026-01-19 11:29:25 +08:00
parent db009ca954
commit c143bce08f
1 changed files with 0 additions and 1 deletions

View File

@ -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();