修复前端bug

This commit is contained in:
kerwincui
2022-04-07 01:35:59 +08:00
parent ee56d4ab64
commit 187e0e2244
5 changed files with 7 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ module.exports = {
}
},
['/api/v4']: {
target: process.env.VUE_APP_EMQX_URL,
target: `http://localhost:8081`,
changeOrigin: true,
// logLevel: 'debug',
},