import { defineConfig } from 'vite'; import vue from '@vitejs/plugin-vue'; /** 定义管理端开发与构建配置。 */ export default defineConfig({ plugins: [vue()] });