测试导出问题

This commit is contained in:
X1627315083
2024-04-03 14:14:38 +08:00
parent 69e637b6bb
commit e7a6822bc1
7 changed files with 29 additions and 12 deletions

View File

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