NEZ-2020 fix:修改 module endpoint basic_auth.pin 为 basic_auth.password

This commit is contained in:
zhangyu
2022-07-11 14:58:05 +08:00
parent 7363c3a227
commit e7bc257339
4 changed files with 14 additions and 11 deletions

View File

@@ -178,7 +178,7 @@ export default {
labelModule: [],
basic_auth: {
username: '',
pin: ''
password: ''
},
bearer_token: ''
},