修改后台地址

main
suixy 3 days ago
parent 347ab12069
commit 601fc718a6

@ -7,8 +7,8 @@ module.exports = defineConfig({
// detail: https://cli.vuejs.org/config/#devserver-proxy
'/prod-api': {
// target: `http://175.27.215.92:8899/prod-api`,
target: `http://192.168.0.13:9081`,
// target: `http://1.13.177.47:8899/prod-api`,
// target: `http://192.168.0.13:9081`,
target: `http://1.13.177.47:8899/prod-api`,
changeOrigin: true, pathRewrite: {
["^" + '/prod-api']: "",
},

Loading…
Cancel
Save