无人机管理后台前端(已迁走)
rjg
2025-05-15 8164b0f5e4a7e79c6d816997d763c7f8956d8b41
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/, ''),
        },