This commit is contained in:
张成
2025-10-09 18:25:54 +08:00
parent 6be5f7ed4f
commit 0e372cdb01
3 changed files with 29 additions and 4 deletions

View File

@@ -44,6 +44,12 @@ const app = new Vue({
console.log('框架版本:', AdminFramework.version)
console.log('配置信息:', this.$config)
// 设置系统标题
await this.$store.dispatch('app/getSysTitle', {
defaultTitle: this.$config.title,
defaultLogo: ''
})
// 刷新时恢复菜单
const token = this.$store.state.user.token
const authorityMenus = localStorage.getItem('authorityMenus')