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