无人机管理后台前端(已迁走)
rjg
2025-04-22 4cf87ec52f434d5762f53a76ed4d0086f06f3612
vite.config.mjs
@@ -39,8 +39,8 @@
      // host: '192.168.1.178',
      proxy: {
        '/api': {
           target: 'http://localhost',
          //target: VITE_APP_URL,
           //target: 'http://localhost',
          target: VITE_APP_URL,
          changeOrigin: true,
          rewrite: path => path.replace(/^\/api/, ''),
        },