feat: add campaigns module with CRUD operations and UI integration

This commit is contained in:
duanshuwen
2026-07-02 13:25:52 +08:00
parent 710d020504
commit 50be3cbfce
9 changed files with 467 additions and 63 deletions

View File

@@ -19,7 +19,7 @@ export default defineConfig({
},
proxy: {
"/api": {
target: "http://localhost:4000",
target: "http://localhost:4001",
changeOrigin: true,
},
},