无人机管理后台前端(已迁走)
rjg
2025-04-22 16d468b12c540f64751b7a36f78f7a12e370a02d
Merge remote-tracking branch 'origin/feature_0.1_04' into test
1 files modified
4 ■■■■ changed files
vite.config.mjs 4 ●●●● patch | view | raw | blame | history
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/, ''),
        },