mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
feat: logo 添加点击事件
This commit is contained in:
parent
3dc5a3970a
commit
7a544b9746
@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
import { access as accessApi, pinia, createWatermark } from '@fesjs/fes';
|
import {
|
||||||
|
access as accessApi, pinia, getRouter, createWatermark
|
||||||
|
} from '@fesjs/fes';
|
||||||
import PageLoading from '@/components/PageLoading';
|
import PageLoading from '@/components/PageLoading';
|
||||||
import UserCenter from '@/components/UserCenter';
|
import UserCenter from '@/components/UserCenter';
|
||||||
import { useStore } from '@/store/main';
|
import { useStore } from '@/store/main';
|
||||||
@ -29,6 +31,10 @@ export const beforeRender = {
|
|||||||
export const layout = layoutConfig => ({
|
export const layout = layoutConfig => ({
|
||||||
...layoutConfig,
|
...layoutConfig,
|
||||||
customHeader: <UserCenter />,
|
customHeader: <UserCenter />,
|
||||||
|
onClickLogo() {
|
||||||
|
const router = getRouter();
|
||||||
|
router.push('/');
|
||||||
|
},
|
||||||
menus: (defaultMenuData) => {
|
menus: (defaultMenuData) => {
|
||||||
const menusRef = ref(defaultMenuData);
|
const menusRef = ref(defaultMenuData);
|
||||||
// watch(() => initialValue.initialState.userName, () => {
|
// watch(() => initialValue.initialState.userName, () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user