|
@@ -30,7 +30,8 @@ export default defineConfig(({ mode, command }) => {
|
|
|
proxy: {
|
|
proxy: {
|
|
|
// https://cn.vitejs.dev/config/#server-proxy
|
|
// https://cn.vitejs.dev/config/#server-proxy
|
|
|
'/dev-api': {
|
|
'/dev-api': {
|
|
|
- target: 'http://localhost:8080',
|
|
|
|
|
|
|
+ // target: 'http://localhost:8080',
|
|
|
|
|
+ target: 'http://localhost:8088',
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
rewrite: (p) => p.replace(/^\/dev-api/, '')
|
|
rewrite: (p) => p.replace(/^\/dev-api/, '')
|
|
|
}
|
|
}
|