From b47d3515cadac800e5b38bb1368cb0600f25907a Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 04 八月 2024 01:22:27 +0800 Subject: [PATCH] 产品绑定工艺更新,包装行为维护模板 --- src/hooks/web/useAppInject.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/hooks/web/useAppInject.ts b/src/hooks/web/useAppInject.ts index 7d6efb2..cc3cc1f 100644 --- a/src/hooks/web/useAppInject.ts +++ b/src/hooks/web/useAppInject.ts @@ -1,4 +1,4 @@ -import { useAppProviderContext } from '/@/components/Application'; +import { useAppProviderContext } from '@/components/Application'; import { computed, unref } from 'vue'; export function useAppInject() { -- Gitblit v1.9.3