修改本地服务器地址

This commit is contained in:
wulin 2024-02-05 16:42:00 +08:00
parent ce511cf72e
commit f425dd6f8e

View File

@ -14,7 +14,7 @@ module.exports = {
proxyTable: {
'/wl_management': {
// target: 'https://tlzmanagement.ldxinyong.com',
target: 'http://192.168.8.107:80/',
target: 'http://192.168.8.107:8080/',
changeOrigin: true
}
},