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

debug

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