This commit is contained in:
X1627315083
2024-09-14 21:54:46 +08:00
parent 6acc1434f1
commit 5ebff67eb1
2 changed files with 8 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ module.exports = defineConfig({
proxy: {
"/api": {
// target: 'http://18.167.251.121:5568', //后端接口地址
target: 'http://192.168.1.9:5560/', //后端接口地址
// target: 'http://18.167.251.121:10220/', //后端接口地址
// target: 'http://192.168.1.9:5560/', //后端接口地址
target: 'http://18.167.251.121:10220/', //后端接口地址
changeOrigin: true, //是否允许跨越
}
},