From a745761147b17a42b4698250a170ef4c0fa0b09b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 03 七月 2024 21:18:39 +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