chenying2100 vor 1 Monat
Ursprung
Commit
c765e2d272
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -28,7 +28,7 @@ export default defineConfig(({mode, command}) => {
       open: true,
       proxy: {
         [env.VITE_APP_BASE_API]: {
-          target: 'http://localhost:8081',
+          target: 'http://localhost:8080',
           changeOrigin: true,
           ws: true,
           rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')