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 {
access_log /var/log/nginx/host.access.log main;
location /idtAppServiceV6 {
proxy_pass https://dgoa.demo.idtzw.com.cn/idtAppServiceV6/;
proxy_pass https://dgoa.demo.idtzw.com.cn/idtAppServiceV6;
}
location /department {
proxy_pass https://app.idt.thinker.vc/department;
......
......@@ -33,7 +33,7 @@ const Send = (props) => {
}
});
};
const [sP, setSP] = useState({});
const [personVisible, setPersonVisible] = 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