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