/// // 定义环境变量 interface ImportMetaEnv { readonly VITE_APP_BASE: string; } declare module '*.vue' { import type { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any> export default component }