feat(ui): add userPanel component

This commit is contained in:
songlh
2024-10-22 13:59:38 +08:00
parent f1fababa3d
commit 4111c634d9
9 changed files with 547 additions and 47 deletions

View File

@@ -7,6 +7,7 @@ import user from './global/user'
import routes from './global/routes'
import notice from './global/notice'
import getters from './global/getters'
import company from './global/company'
import appConfig from '@/config/app'
Vue.use(Vuex)
@@ -16,7 +17,8 @@ const store = new Vuex.Store({
app,
user,
routes,
notice
notice,
company
},
state: {
windowWidth: 800,