无人机管理后台前端(已迁走)
rain
2025-03-07 8c3e76a0f3ec3c75994562c28dd7eb5558a59129
vite.config.mjs
@@ -38,8 +38,8 @@
      port: 2888,
      proxy: {
        '/api': {
          target: 'http://localhost',
          // target: 'https://wrj.shuixiongit.com/api',
          // target: 'http://localhost',
          target: 'https://wrj.shuixiongit.com/api',
          changeOrigin: true,
          rewrite: path => path.replace(/^\/api/, ''),
        },