This commit is contained in:
77
2024-03-26 21:23:02 +08:00
parent 8a171ae091
commit 52e00d6606
5 changed files with 9 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ export default defineConfig({
proxy: {
'/api': {
target: ' http://dk.qiqizl.com',
// target: 'http://localhost:8887',
// target: 'http://localhost:8082',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp(`^/api`), '/api'),