From 50111114eb8254fe4d6fc15e9781f2c47e3db74a Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 24 七月 2024 00:12:52 +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