摘要: /** * 页面刷新导航保持高亮 */ menuList() { let path = this.$route.matched[2].path this.navList.forEach((e, i) => { if (path.indexOf(e.query.path) != -1) { this. 阅读全文
posted @ 2020-03-19 15:51 AlanTao 阅读(664) 评论(0) 推荐(0)
摘要: <template> <div class="pagination_box"> <div class="pagination_wrap"> <ul class="clearfix"> <!-- prev --> <li class="first btn" :class="{'disabled': c 阅读全文
posted @ 2020-03-19 13:56 AlanTao 阅读(2312) 评论(0) 推荐(0)