123
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user