From 4a8d6f9364ebcadd08834dcb37feb97ab83fba78 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 11 九月 2025 15:21:12 +0800
Subject: [PATCH] fix: bug
---
apps/cMiniApp/auto-imports.d.ts | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/apps/cMiniApp/auto-imports.d.ts b/apps/cMiniApp/auto-imports.d.ts
index 59dcbc3..6ba5ad4 100644
--- a/apps/cMiniApp/auto-imports.d.ts
+++ b/apps/cMiniApp/auto-imports.d.ts
@@ -5,6 +5,7 @@
// Generated by unplugin-auto-import
export {}
declare global {
+ const APP_ENV: typeof import('./src/constants/app')['APP_ENV']
const AppLocalConfig: typeof import('./src/constants/app')['AppLocalConfig']
const BackType: typeof import('./src/constants/enum')['BackType']
const EffectScope: typeof import('vue')['EffectScope']
@@ -83,6 +84,7 @@
const useGoLogin: typeof import('./src/hooks/user')['useGoLogin']
const useId: typeof import('vue')['useId']
const useIsLogin: typeof import('./src/hooks/user')['useIsLogin']
+ const useLaunchOptions: typeof import('./src/hooks/app')['useLaunchOptions']
const useLink: typeof import('vue-router')['useLink']
const useLoginedJump: typeof import('./src/hooks/login')['useLoginedJump']
const useModel: typeof import('vue')['useModel']
@@ -118,6 +120,7 @@
import { UnwrapRef } from 'vue'
declare module 'vue' {
interface ComponentCustomProperties {
+ readonly APP_ENV: UnwrapRef<typeof import('./src/constants/app')['APP_ENV']>
readonly AppLocalConfig: UnwrapRef<typeof import('./src/constants/app')['AppLocalConfig']>
readonly BackType: UnwrapRef<typeof import('./src/constants/enum')['BackType']>
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
@@ -195,6 +198,7 @@
readonly useGoLogin: UnwrapRef<typeof import('./src/hooks/user')['useGoLogin']>
readonly useId: UnwrapRef<typeof import('vue')['useId']>
readonly useIsLogin: UnwrapRef<typeof import('./src/hooks/user')['useIsLogin']>
+ readonly useLaunchOptions: UnwrapRef<typeof import('./src/hooks/app')['useLaunchOptions']>
readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
readonly useLoginedJump: UnwrapRef<typeof import('./src/hooks/login')['useLoginedJump']>
readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
--
Gitblit v1.9.1