chore: v5 init【64ed9206】

This commit is contained in:
YunaiV
2025-03-18 13:06:04 +08:00
parent 504070f3eb
commit 83f6a0fbf7
6 changed files with 30 additions and 12 deletions

View File

@@ -9,10 +9,14 @@ declare module 'vue-router' {
export interface VbenAdminProAppConfigRaw {
VITE_GLOB_API_URL: string;
VITE_APP_TENANT_ENABLE: boolean;
VITE_APP_CAPTCHA_ENABLE: boolean;
}
export interface ApplicationConfig {
apiURL: string;
captchaEnable: boolean;
tenantEnable: boolean;
}
declare global {