wang
2024-04-24 e01078757019d6ef2222db2a5c2b949a12545e58
UI-Project/vite.config.js
@@ -22,7 +22,7 @@
    https: false,
    proxy: {
      '/api': {
        target: 'localhost:88/',
        target: '10.153.19.150:88/',
        changeOrigin: true,
        rewrite: (path) => path.replace(/^\/api/, '/'),
      },