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