Commit 336ef3cb authored by 熊成伟's avatar 熊成伟

debug

parent 3f55a84c
......@@ -6,13 +6,13 @@ server {
access_log /var/log/nginx/host.access.log main;
location /idtAppServiceV6 {
proxy_pass http://124.93.101.8:9988/idtAppServiceV6/;
proxy_pass https://dgoa.demo.idtzw.com.cn/idtAppServiceV6/;
}
location /department {
proxy_pass http://app.idt.thinker.vc/department;
proxy_pass https://app.idt.thinker.vc/department;
}
location /demo {
proxy_pass http://app.idt.thinker.vc/demo;
proxy_pass https://app.idt.thinker.vc/demo;
}
location / {
......
......@@ -44,14 +44,15 @@
},
"proxy": {
"/idtAppServiceV6": {
"target": "http://124.93.101.8:9988"
"target": "https://dgoa.demo.idtzw.com.cn",
"changeOrigin": true
},
"/department": {
"target": "http://app.idt.thinker.vc",
"target": "https://app.idt.thinker.vc",
"changeOrigin": true
},
"/demo": {
"target": "http://app.idt.thinker.vc",
"target": "https://app.idt.thinker.vc",
"changeOrigin": true
}
}
......
......@@ -60,7 +60,6 @@ const Receive = (props) => {
<List.Item arrow="horizontal">办理意见</List.Item>
</Picker>
)}
</List>
</form>
{defaultV.status === 1 && (
......
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