摘要: 问题 在使用elementUI时,顶部的标签页切换都会对页面进行刷新,这样页面内部的页码、页面大小等一系列状态就会被重新加载,无法保留原来的状态 一般都会邮箱想到使用Vuex来保存状态,但是保留像页码、页面大小这样不太重要的状态,外加上每个页面都加,使用Vuex写起来就会显得非常的繁琐 所以,在不太 阅读全文
posted @ 2022-11-02 17:19 注入灵魂 阅读(491) 评论(0) 推荐(0)
摘要: 后端 import requests from django.http import FileResponse from django.utils.encoding import escape_uri_path def download_file(request): if request.metho 阅读全文
posted @ 2022-11-02 16:35 注入灵魂 阅读(302) 评论(0) 推荐(0)