处理冲突

This commit is contained in:
andy 2026-08-06 11:00:37 +08:00
parent be92dd1a7b
commit 65b3d20420

View File

@ -20,12 +20,12 @@ export default defineConfig({
port: 3000, port: 3000,
proxy: { proxy: {
'/api': { '/api': {
target:'http://192.168.12.4:8888/', //'http://192.168.5.230:8888',
//target:'http://192.168.12.4:8888/', //target:'http://192.168.12.4:8888/',
// target:'http://192.168.12.4:8888/',
//target:'http://192.168.12.230:8888', //target:'http://192.168.12.230:8888',
//target:'http://192.168.5.230:8888', //target:'http://192.168.5.230:8888',
//target:'http://192.168.5.232:8888/', //target:'http://192.168.5.232:8888/',
//target:'http://localhost:8888', target:'http://localhost:8888',
changeOrigin: true changeOrigin: true
}, },
'/druid': { '/druid': {