大屏地图

This commit is contained in:
yanran200730
2023-03-27 18:02:05 +08:00
parent ac0baae856
commit f497a3a658
4 changed files with 293 additions and 1 deletions

View File

@@ -126,6 +126,14 @@ module.exports = {
//地址重写
'^/qxn': '/'
}
},
'/map': {
target: 'https://geo.datav.aliyun.com',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/map': '/'
}
}
},
disableHostCheck: true