odc.xiaohui
2023-11-15 4de5f40a1a7df4a252b0f44869e7599a066c06b2
vite.config.ts
@@ -26,8 +26,8 @@
      open: true,
      proxy: {
        [env.VITE_APP_BASE_API]: {
          target: 'http://162.14.79.111:8080',
          // target: 'http://192.168.3.228:8080',
          // target: 'http://162.14.79.111:8080',
          target: 'http://192.168.3.228:8080',
          changeOrigin: true,
          rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
        }