zym2525
2025-02-20 7c585e4e2d3bd1f6bbc77ac541fe8412ac47ebe5
apps/taro/config/index.js
@@ -193,6 +193,17 @@
  h5: {
    publicPath: '/',
    staticDirectory: 'static',
    router: {
      mode: 'browser',
    },
    devServer: {
      proxy: {
        '/api': {
          target: 'http://localhost:57190', // 目标服务器地址
          changeOrigin: true,
        },
      },
    },
    postcss: {
      autoprefixer: {
        enable: true,