Commit 2125f9e9 authored by 刘梦焕's avatar 刘梦焕

fix: merge

parents 0e844c9f b33dc71c
......@@ -3,7 +3,7 @@ import { Button } from 'antd';
import PandaConfiguration from '../index';
// import PandaConfigurationView from '../../es/index';
const Demo = () => {
const [name, setName] = useState('邳州调度总览');
const [name, setName] = useState('水厂工艺流程段');
const [devices, setDevices] = useState(
'EQZT00000008,EQZT00000007,CPDA00000001,JYBZ00000003,JYBZ00000005,JYBZ00000004,SC00000003',
);
......@@ -47,15 +47,15 @@ const globalConfig = {
mqtt_iotIP: 'emqttd10.panda-water.cn:443',
mqtt_path: '/mqtt',
mqtt_IsSSL: true,
mqtt_site_code: 'site_lh5544og',
mqtt_site_code: 'site_dc8302ni',
mqtt_mess: {
MessageLevel: '1.0',
TcpIP: 'emqttd10.panda-water.cn',
TcpPort: 443,
site_code: 'site_lh5544og',
site_code: 'site_dc8302ni',
},
userInfo: {
LocalSite: 'site_lh5544og',
LocalSite: 'site_dc8302ni',
site: '',
},
};
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