提交task

This commit is contained in:
ZhuJW
2026-03-13 21:11:24 +08:00
parent 250192f699
commit 679d6947e7
6 changed files with 1449 additions and 1 deletions

View File

@@ -23,6 +23,11 @@ export default defineConfig(({ mode }) => {
changeOrigin: true,
rewrite: (path) => path.replace(/^\/quality-api/, "/api"),
},
"/task-api": {
target: env.VITE_QUALITY_API_BASE || "http://localhost:8080",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/task-api/, "/api"),
},
},
},
};