submit
This commit is contained in:
parent
e015ef17cd
commit
5682b48005
|
@ -35,12 +35,6 @@ const viteConfig = defineConfig((mode) => {
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||||
},
|
},
|
||||||
'/api1': {
|
|
||||||
target: 'http://39.98.35.99:6300',
|
|
||||||
ws: true,
|
|
||||||
changeOrigin: true,
|
|
||||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
|
|
Loading…
Reference in New Issue