无人机管理后台前端(已迁走)
zhongrj
2024-11-21 3af456e594e77c97254d43df5bc36a29ff6964c0
vite.config.mjs
@@ -38,8 +38,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/, ''),
        },