This commit is contained in:
WangXiaoDong
2023-08-21 10:55:39 +08:00
parent fbac0907c4
commit d41b331e38
18 changed files with 3227 additions and 1162 deletions

View File

@@ -19,7 +19,7 @@ module.exports = defineConfig({
// target: process.env.VUE_APP_BASE_URL,
// changeOrigin: true, //是否允许跨越
// }
'http://192.168.1.5:10086/api':{
'/api':{
target:'http://18.167.251.121:5567',
changeOrigin:true,
}