Merge branch 'master' of gitee.com:youlaiorg/vue3-element-admin

This commit is contained in:
TongTongStudio
2026-08-14 19:46:04 +08:00
48 changed files with 5032 additions and 5721 deletions

3
types/env.d.ts vendored
View File

@@ -4,8 +4,7 @@
* Vite 环境变量类型定义
*/
interface ImportMetaEnv {
readonly VITE_APP_PORT: number;
readonly VITE_APP_NAME: string;
readonly VITE_APP_PORT: string;
readonly VITE_APP_BASE_API: string;
readonly VITE_APP_API_URL: string;
readonly VITE_APP_TITLE?: string;