From 365f673a7d5d84a97486b6fd3dc2e90a29fc7db7 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期五, 06 六月 2025 18:16:07 +0800 Subject: [PATCH] 1.评论 --- composables/useGlobal.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/composables/useGlobal.ts b/composables/useGlobal.ts index bd52b13..57126ca 100644 --- a/composables/useGlobal.ts +++ b/composables/useGlobal.ts @@ -7,11 +7,13 @@ const $http = instance?.proxy?.$http const $util = instance?.proxy?.$util const $store = instance?.proxy?.$store + const $storage = instance?.proxy?.$storage return { $message, $http, $util, $store, + $storage, } } -- Gitblit v1.9.3