完善前端vue项目

This commit is contained in:
BBIT-Kai
2025-09-05 09:33:55 +08:00
parent a4e5517e65
commit aa25f914ab
20 changed files with 43 additions and 1173 deletions
+2
View File
@@ -9,10 +9,12 @@ declare module 'vue-router' {
export interface VbenAdminProAppConfigRaw {
VITE_GLOB_API_URL: string;
PY_VITE_GLOB_API_URL: string;
}
export interface ApplicationConfig {
apiURL: string;
pyApiURL: string;
}
declare global {