chore(proxy): change proxy to request
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
const proxy: Record<string, any> = {
|
const proxy: Record<string, any> = {
|
||||||
dev: {
|
dev: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://192.168.30.85:9001',
|
target: 'http://192.168.30.103:81',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user