chenying2100 преди 1 месец
родител
ревизия
c765e2d272
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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), '')