Commit 30bc8392 authored by 熊成伟's avatar 熊成伟

debug

parent 2b26c399
Pipeline #16651 passed with stages
in 1 minute and 5 seconds
...@@ -6,7 +6,7 @@ server { ...@@ -6,7 +6,7 @@ server {
access_log /var/log/nginx/host.access.log main; access_log /var/log/nginx/host.access.log main;
location /idtAppServiceV6 { location /idtAppServiceV6 {
proxy_pass https://dgoa.demo.idtzw.com.cn/idtAppServiceV6/; proxy_pass https://dgoa.demo.idtzw.com.cn/idtAppServiceV6;
} }
location /department { location /department {
proxy_pass https://app.idt.thinker.vc/department; proxy_pass https://app.idt.thinker.vc/department;
......
...@@ -33,7 +33,7 @@ const Send = (props) => { ...@@ -33,7 +33,7 @@ const Send = (props) => {
} }
}); });
}; };
const [sP, setSP] = useState({}); const [sP, setSP] = useState({});
const [personVisible, setPersonVisible] = useState(false); const [personVisible, setPersonVisible] = useState(false);
const [loading, setLoading] = useState(false); const [loading, setLoading] = useState(false);
......
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