zhengyiming
2025-02-26 c092d3b86a223e279ccf57be27d8f1eb315de089
apps/taro/config/index.js
@@ -196,6 +196,14 @@
    router: {
      mode: 'browser',
    },
    devServer: {
      proxy: {
        '/api': {
          target: 'http://localhost:57190', // 目标服务器地址
          changeOrigin: true,
        },
      },
    },
    postcss: {
      autoprefixer: {
        enable: true,
@@ -215,6 +223,10 @@
        },
      },
    },
    htmlPluginOption: {
      favicon: './public/logo-v.png',
    },
    useHtmlComponents: true,
    webpackChain(chain, webpack) {
      chain.plugin('unplugin-auto-import').use(
        AutoImport({