摘要:
1.登录之后存储权限到store 2.layout/components/Sidebar/SiderItem.vue <template> <div v-if="!item.hidden"> <template v-if="hasOneShowingChild(item.children, item 阅读全文
摘要:
//文件流下载 import axios from 'axios'; // 导出全部 download() { this.btnloading = true; axios.get('/admin/annex/guwencard/downloadxcx', { params: { lpid: this 阅读全文