无人机管理后台前端(已迁走)
GuLiMmo
2024-08-29 de14896f6b19aeafc074ec85131f46ed1fb3e83e
vite.config.mjs
@@ -46,8 +46,8 @@
      port: 2888,
      proxy: {
        '/api': {
          target: 'http://localhost',
          // target: 'https://wrj.shuixiongit.com/api',
          // target: 'http://localhost',
          target: 'https://wrj.shuixiongit.com/api',
          changeOrigin: true,
          rewrite: path => path.replace(/^\/api/, ''),
        },