|
@@ -39,7 +39,7 @@ export default defineConfig(({
|
|
|
proxy: {
|
|
|
// https://cn.vitejs.dev/config/#server-proxy
|
|
|
'/dev-api': {
|
|
|
- // target: 'http://192.168.1.28:8080/',
|
|
|
+ // target: 'http://192.168.1.12:8080/',
|
|
|
target: 'http://192.168.1.88:8080/',
|
|
|
// target: 'http://192.168.1.11:8080/',
|
|
|
// target: 'http://localhost:8080/',
|
|
@@ -51,7 +51,7 @@ export default defineConfig(({
|
|
|
//websocket代理
|
|
|
'/websocket': {
|
|
|
// target:'ws://localhost:8080/websocket',
|
|
|
- // target:'ws://192.168.1.28:8080/websocket',
|
|
|
+ // target:'ws://192.168.1.12:8080/websocket',
|
|
|
target:'ws://192.168.1.88:8080/websocket',
|
|
|
// target:'ws://8.142.173.95:19527/websocket',
|
|
|
// target:'ws://192.168.1.11:8080/websocket',
|