无人机管理后台前端(已迁走)
vite.config.mjs
@@ -47,7 +47,7 @@
      proxy: {
        '/api': {
          target: 'http://localhost',
          //target: 'https://saber3.bladex.cn/api',
          // target: 'https://wrj.shuixiongit.com/api',
          changeOrigin: true,
          rewrite: path => path.replace(/^\/api/, ''),
        },