chore: v5 init【64ed9206】
This commit is contained in:
4
packages/types/global.d.ts
vendored
4
packages/types/global.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user