refactor: 优化系统配置相关代码

This commit is contained in:
2024-04-23 22:00:07 +08:00
parent fa7705fd76
commit 8729dced82
11 changed files with 203 additions and 256 deletions

View File

@@ -87,7 +87,6 @@ import { useLoading } from '@/hooks'
import { encryptByRsa } from '@/utils/encrypt'
const appStore = useAppStore()
appStore.initWebConfig()
computed(() => appStore.getTitle())
const webLogo = computed(() => appStore.getLogo())