From 0990f596791ebc4518e293a2d60407ff1165b53c Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 21 六月 2024 18:09:31 +0800 Subject: [PATCH] 菜单更新 --- types/vue-router.d.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/types/vue-router.d.ts b/types/vue-router.d.ts index 3c9bb9e..b006c92 100644 --- a/types/vue-router.d.ts +++ b/types/vue-router.d.ts @@ -1,4 +1,4 @@ -import { RoleEnum } from '/@/enums/roleEnum'; +import { RoleEnum } from '@/enums/roleEnum'; export {}; @@ -21,6 +21,8 @@ affix?: boolean; // icon on tab icon?: string; + // img on tab + img?: string; frameSrc?: string; // current page transition transitionName?: string; -- Gitblit v1.9.3