odc.xiaohui
2023-12-21 bbcd5945cae34b1ea5f992f526e02dcf722801c6
vite.config.ts
@@ -28,7 +28,8 @@
        [env.VITE_APP_BASE_API]: {
          // target: 'http://80.36.32.176:8080',
          // target: 'http://51.9.57.211:8080',
          target: 'http://80.36.32.176:8080',
          // target: 'http://80.36.32.176:8080',
          target: 'http://162.14.79.111:2023',
          changeOrigin: true,
          rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
        }