From 914c18aa66a7fbde2d54a05cdf583138bf7f230b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 27 十月 2024 16:59:19 +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