Compare commits
2 Commits
c619af3e17
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f135f67ba | |||
| f690455888 |
@@ -24,7 +24,7 @@ export default defineConfig(({ mode, command }) => {
|
||||
open: true,
|
||||
proxy: {
|
||||
[env.VITE_APP_BASE_API]: {
|
||||
target: 'http://localhost:8080',
|
||||
target: 'http://10.10.10.10:8080',
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
|
||||
|
||||
Reference in New Issue
Block a user