更改端口
This commit is contained in:
parent
ccbe9dd7e7
commit
a0313d0fe7
@ -88,7 +88,7 @@ module.exports = {
|
|||||||
port: 3000,
|
port: 3000,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/jshERP-boot': {
|
'/jshERP-boot': {
|
||||||
target: 'http://localhost:8888', // 请求本地 需要jshERP-boot后台项目
|
target: 'http://localhost:9999', // 请求本地 需要jshERP-boot后台项目
|
||||||
ws: false,
|
ws: false,
|
||||||
changeOrigin: true
|
changeOrigin: true
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user