flx:修改password字段为port

This commit is contained in:
Rain_ 2025-09-11 18:04:20 +08:00
parent e9a8ae43eb
commit 9cc951979d
5 changed files with 6 additions and 6 deletions

View File

@ -233,7 +233,7 @@ onMounted(() => {
console.log("开始初始化插件", props.devList);
if (props.devList.length > 0) {
pluginLoginInfo.value.host = props.devList[0].account;
pluginLoginInfo.value.port = props.devList[0].password;
pluginLoginInfo.value.port = props.devList[0].port;
pluginLoginInfo.value.username = props.devList[0].appId;
pluginLoginInfo.value.password = props.devList[0].appSecret;
dataVideoList.value = props.devList;

View File

@ -345,7 +345,7 @@ export function isLoadPlugin(devList, layout) {
devList[0].appId,
devList[0].appSecret,
devList[0].account,
devList[0].password,
devList[0].port,
false,
devList,
layout

View File

@ -344,7 +344,7 @@ export function isLoadPlugin(devList, layout) {
devList[0].appId,
devList[0].appSecret,
devList[0].account,
devList[0].password,
devList[0].port,
false,
devList, layout
);

View File

@ -72,7 +72,7 @@ export default {
this.initparam.appKey = this.devList[0].appId
this.initparam.secret = this.devList[0].appSecret
this.initparam.apiIp = this.devList[0].account
this.initparam.apiPort = this.devList[0].password
this.initparam.apiPort = this.devList[0].port
this.pointCode = this.devList[0].serialNumber
//

View File

@ -513,7 +513,7 @@ export default {
// this.infor.appId,
// this.infor.appSecret,
// this.infor.account,
// this.infor.password
// this.infor.port
// ).then((res) => {
// //
// this.screens.setOptions(
@ -678,7 +678,7 @@ export default {
// this.infor.appId,
// this.infor.appSecret,
// this.infor.account,
// this.infor.password
// this.infor.port
// ).then((res) => {
// this.screens.setOptions(
// /* */ {