export default defineConfig({ plugins: [ vue(), ], // 跨域设置 server: { proxy: { '/api': { target: "http://localhost:3000", } } } })
评论()