This commit is contained in:
dzj 2024-05-30 13:44:48 +08:00
parent 76e8ba8c5d
commit d5f88c5d33
2 changed files with 9 additions and 0 deletions

View File

@ -63,6 +63,12 @@ export default{
//
window.addEventListener('scroll', this.handleScroll);
console.log(request,111)
for(var i in this.routerlist){
if(this.$route.path==this.routerlist[i]){
this.activeIndex=i
}
}
},
beforeDestroy() {
//

View File

@ -30,6 +30,9 @@
</div>
</div>
<div v-if="!PrijectList.length" style="height: 400px;display: flex;justify-content: center;align-items: center;width: 100%;">
<div style="color: #999;">该工程暂无内容展示</div>
</div>
</div>
<el-pagination style="text-align: center;margin: 60px;"
background