| | |
| | | import CloseFull from '/@/layout/navBars/breadcrumb/closeFull.vue'; |
| | | import { initBackEndControlRoutes } from './router/backEnd'; |
| | | |
| | | export default ({ |
| | | export default { |
| | | name: 'app', |
| | | components: { LockScreen, Setings, CloseFull }, |
| | | setup() { |
| | |
| | | const storesThemeConfig = useThemeConfig(); |
| | | const { themeConfig } = storeToRefs(storesThemeConfig); |
| | | const state = reactive({ |
| | | i18nLocale: null, |
| | | i18nLocale: null |
| | | }); |
| | | |
| | | // 获取全局组件大小 |
| | |
| | | other.useTitle(); |
| | | }, |
| | | { |
| | | deep: true, |
| | | deep: true |
| | | } |
| | | ); |
| | | return { |
| | | themeConfig, |
| | | setingsRef, |
| | | getGlobalComponentSize, |
| | | ...toRefs(state), |
| | | ...toRefs(state) |
| | | }; |
| | | }, |
| | | }); |
| | | } |
| | | }; |
| | | </script> |