Revert "feat: 本地开发默认 website"

This reverts commit 198cd6912c.
This commit is contained in:
puhui999
2025-04-03 21:03:54 +08:00
parent ba82401cd4
commit 6ecfcb07bd
5 changed files with 22 additions and 51 deletions

View File

@@ -11,14 +11,12 @@ export interface VbenAdminProAppConfigRaw {
VITE_GLOB_API_URL: string;
VITE_APP_TENANT_ENABLE: boolean;
VITE_APP_CAPTCHA_ENABLE: boolean;
VITE_APP_WEBSITE: string;
}
export interface ApplicationConfig {
apiURL: string;
captchaEnable: boolean;
tenantEnable: boolean;
website: string;
}
declare global {