修改配置文件

This commit is contained in:
zer0Black
2023-04-17 11:07:51 +08:00
parent 4ced830d2d
commit faf0a14026
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
/src
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = {
proxy: {
// 配置跨域
'/api': {
target: 'http://10.94.1.164:7060', // 服务器
target: 'http://127.0.0.1:7060', // 服务器
changeOrigin: true
},
// 请求静态图片配置项