odc.xiaohui
2023-12-22 2969915f7a8f5b1f235b6cc954011eb09dffc38f
vite.config.ts
@@ -38,8 +38,8 @@
      open: true,
      proxy: {
        [env.VITE_APP_BASE_API]: {
          // target: 'http://192.168.3.43:8080',
          target: 'http://172.35.50.34:8080',
          target: 'http://162.14.79.111:2023',
          // target: 'http://172.35.50.34:8080',
          // target: 'http://192.168.3.43:8080',
          changeOrigin: true,
          rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')