无人机管理后台前端(已迁走)
chenyao
2025-06-10 1f07bee9de9db59481d41185a5dfcc5409512f78
feat:恢复配置
1 files modified
3 ■■■■ changed files
vite.config.mjs 3 ●●●● patch | view | raw | blame | history
vite.config.mjs
@@ -40,8 +40,7 @@
      // host: '192.168.1.178',
      proxy: {
        '/api': {
           target: 'http://localhost',
          // target: VITE_APP_URL,
          target: VITE_APP_URL,
          changeOrigin: true,
          rewrite: path => path.replace(/^\/api/, ''),
        },