优化项目,进行响应式处理

This commit is contained in:
2025-10-22 19:50:21 +08:00
parent 9d516642b0
commit 34e56aa06a
4 changed files with 297 additions and 34 deletions

View File

@@ -16,7 +16,7 @@ export default defineConfig({
proxy: {
// Proxy API requests to the backend server
// '/api': {
// target: 'http://localhost:8080',
// target: 'https://interview.qingqiu.online/api',
// changeOrigin: true, // Needed for virtual hosted sites
// secure: false, // Optional: if you are using https
// rewrite: (path) => path.replace(/^\/api/, ''),