This commit is contained in:
星河下的稻草人
2024-03-06 20:59:01 +08:00
parent 755f0cd208
commit c595061dc8
6 changed files with 1057 additions and 125 deletions

View File

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