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