Commit debe9adb authored by 李纪文's avatar 李纪文

feat: 修改password命名

parent 8188b17e
Pipeline #92720 passed with stages
......@@ -117,9 +117,9 @@
"@wisdom-map/arcgismap":"^2.0.67",
"@wisdom-map/basemap":"^2.0.4",
"@wisdom-map/util":"1.2.9",
"@wisdom-utils/components": "0.1.372",
"@wisdom-utils/components": "0.1.373",
"@wisdom-utils/runtime": "0.0.51",
"@wisdom-utils/utils": "0.1.409",
"@wisdom-utils/utils": "0.1.410",
"animate.css": "^4.1.1",
"antd": "4.21.2",
"bcryptjs": "2.4.3",
......
......@@ -534,7 +534,7 @@ class Login {
mqttConfig.mqtt_mess.TcpPort = data.TcpPort ? parseInt(data.TcpPort) : 8083;
mqttConfig.mqtt_mess.MessageLevel = data.MessageLevel ? data.MessageLevel : DEFAULT_PARSE_LEVEL;
mqttConfig.mqtt_account = data?.EmqAccount || '';
mqttConfig.mqtt_password = data?.EmqPassword || '';
mqttConfig.mqtt_cyphers = data?.EmqPassword || '';
if (data.NginxStart) {
mqttConfig.nginxStart = data.NginxStart;
......
......@@ -534,7 +534,7 @@ class Login {
mqttConfig.mqtt_mess.TcpPort = data.TcpPort ? parseInt(data.TcpPort) : 8083;
mqttConfig.mqtt_mess.MessageLevel = data.MessageLevel ? data.MessageLevel : DEFAULT_PARSE_LEVEL;
mqttConfig.mqtt_account = data?.EmqAccount || '';
mqttConfig.mqtt_password = data?.EmqPassword || '';
mqttConfig.mqtt_cyphers = data?.EmqPassword || '';
if (data.NginxStart) {
mqttConfig.nginxStart = data.NginxStart;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment