zhengyiming
2025-04-01 074b4c463c4be9bf5df11fa08779a523fdb983b1
apps/taro/config/index.js
@@ -205,7 +205,7 @@
    devServer: {
      proxy: {
        '/api': {
          target: 'http://localhost:57190', // 目标服务器地址
          target: 'http://localhost:58190', // 目标服务器地址
          changeOrigin: true,
        },
      },