修改编辑星星条件方案

This commit is contained in:
X1627315083
2024-09-12 14:51:46 +08:00
parent 39e3418029
commit 6acc1434f1
4 changed files with 61 additions and 23 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, //是否允许跨越
}
},