自动获取系统名称
This commit is contained in:
parent
9250eeb632
commit
60d0383cc4
|
|
@ -40,7 +40,7 @@
|
|||
const { getCollapsedShowTitle } = useMenuSetting();
|
||||
const userStore = useUserStore();
|
||||
// const { title } = useGlobSetting();
|
||||
const { title } = ref('');
|
||||
const title = ref('');
|
||||
const go = useGo();
|
||||
|
||||
const getAppLogoClass = computed(() => [prefixCls, props.theme, { 'collapsed-show-title': unref(getCollapsedShowTitle) }]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue