23492382 by chentao

no message

1 parent bc4d3fce
......@@ -35,13 +35,6 @@ export default defineConfig(({ mode, command }) => {
changeOrigin: true,
secure: false,
rewrite: (p) => p.replace(/^\/dev-api/, '')
},
'/prod-api': {
target: 'http://localhost:8082/',
// target: 'http://470k2111t0.zicp.vip/',
changeOrigin: true,
secure: false,
rewrite: (p) => p.replace(/^\/prod-api/, '')
}
}
},
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!