reverting to original file
This commit is contained in:
parent
4a664a7b3d
commit
90f5ed4251
@ -52,20 +52,20 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'^/api': {
|
||||
target: 'http://192.168.178.151/'
|
||||
target: 'http://192.168.178.78/'
|
||||
},
|
||||
'^/livedata': {
|
||||
target: 'ws://192.168.178.151/',
|
||||
target: 'ws://192.168.178.78/',
|
||||
ws: true,
|
||||
changeOrigin: true
|
||||
},
|
||||
'^/vedirectlivedata': {
|
||||
target: 'ws://192.168.178.151/',
|
||||
target: 'ws://192.168.178.78/',
|
||||
ws: true,
|
||||
changeOrigin: true
|
||||
},
|
||||
'^/console': {
|
||||
target: 'ws://192.168.178.151/',
|
||||
target: 'ws://192.168.20.110/',
|
||||
ws: true,
|
||||
changeOrigin: true
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user