Merge pull request #1281 from QuantumNous/mj_usergroupratio

feat: support user-group-specific for mj and task
This commit is contained in:
Calcium-Ion
2025-06-22 18:08:11 +08:00
committed by GitHub
12 changed files with 113 additions and 86 deletions

View File

@@ -66,6 +66,10 @@ export default defineConfig({
target: 'http://localhost:3000',
changeOrigin: true,
},
'/mj': {
target: 'http://localhost:3000',
changeOrigin: true,
},
'/pg': {
target: 'http://localhost:3000',
changeOrigin: true,