feat: 客服通知代码提交

This commit is contained in:
zdl
2025-11-11 11:31:40 +08:00
parent 8e5623d723
commit 2bb8cb78e6
3 changed files with 12 additions and 12 deletions

View File

@@ -263,6 +263,13 @@ module.exports = {
logLevel: 'debug',
pathRewrite: { '^/concept-api': '' },
},
'/bytedesk-api': {
target: 'http://43.143.189.195',
changeOrigin: true,
secure: false,
logLevel: 'debug',
pathRewrite: { '^/bytedesk-api': '' },
},
},
}),
},