mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
fix: some bug
This commit is contained in:
@@ -12,7 +12,7 @@ import { useEpThemeStoreHook } from "/@/store/modules/epTheme";
|
||||
export function useNav() {
|
||||
const pureApp = useAppStoreHook();
|
||||
// 用户名
|
||||
const usename: string = storageSession.getItem("info")?.username;
|
||||
const username: string = storageSession.getItem("info")?.username;
|
||||
|
||||
// 设置国际化选中后的样式
|
||||
const getDropdownItemStyle = computed(() => {
|
||||
@@ -112,7 +112,7 @@ export function useNav() {
|
||||
resolvePath,
|
||||
isCollapse,
|
||||
pureApp,
|
||||
usename,
|
||||
username,
|
||||
getDropdownItemStyle
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user