打赏

09 2020 档案

摘要:function debounce(fn, wait) { var timer = null; var self = this; var args = arguments; var count = 0; return function () { clearTimeout(timer); if (co 阅读全文

posted @ 2020-09-12 16:52 jlyuan 阅读(1452) 评论(0) 推荐(0)

摘要:解决方案一:nginx代理转发 项目build后,通过nginx代理转发 location / { root D:\myproject\my-vue\dist; index index.html index.htm; } location /pyapi { proxy_pass 'http://lo 阅读全文

posted @ 2020-09-04 15:42 jlyuan 阅读(3153) 评论(0) 推荐(0)

导航