flat: 123

This commit is contained in:
Apcallover
2024-03-20 17:16:16 +08:00
parent 53cfc53ba8
commit 36ed184cd4
7 changed files with 41 additions and 7 deletions

View File

@@ -4,7 +4,8 @@ module.exports = {
proxy: {
'/api': {
// target: 'http://192.168.3.108:8000', // 本地服务接口地址
target: 'http://192.168.3.173:8000', // 本地服务接口地址
target: 'http://192.168.3.112:8000', // 本地服务接口地址
// target: 'http://10.165.0.173:8000', // 本地服务接口地址
ws: true,
pathRewrite: {
'^/api': '/'