无人机管理后台前端(已迁走)
GuLiMmo
2024-08-29 5180a8ce93075241179df12cc02f72ad2a8b0a40
chore
1 files modified
4 ■■■■ changed files
vite.config.mjs 4 ●●●● patch | view | raw | blame | history
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/, ''),
        },