Compare commits

...

1 Commits
main ... base

Author SHA1 Message Date
caoqianming 181de970da fix: base 移除导致title不正确的代码 2026-01-19 13:00:17 +08:00
1 changed files with 0 additions and 1 deletions

View File

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