Эталоны

This commit is contained in:
2025-07-24 09:10:08 +03:00
parent 32e5cda438
commit 66b94cdd8f
12 changed files with 1674 additions and 467 deletions

View File

@@ -18,7 +18,8 @@ export default defineConfig({
port: 80, // Явно указать порт (по умолчанию 5173)
proxy: {
'/api': {
target: 'http://192.169.0.163:8000',
//192.168.2.66
target: 'http://localhost:8000',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),
},