Commit 58944b7f authored by 皮倩雯's avatar 皮倩雯

fix: '修复NIgix不显示问题'

parent 7e190049
Pipeline #57908 passed with stages
......@@ -146,6 +146,11 @@ const ProxyConfig = () => {
// });
GetNginxConfigInfo().then(res => {
if (res.code === 0) {
form.setFieldsValue({
NginxPort: res.data.NginxPort,
IISIPProt: res.data.IISIPProt,
EMQIPPort: res.data.EMQIPPort,
});
setCurrentConfig({
NginxPort: res.data.NginxPort,
IISIPProt: res.data.IISIPProt,
......
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