摘要: const mapfunc = function (routers, routermap, curlevelrouters) { routers.foreach(todoroute => { routermap.foreach(maproute => { if(maproute.menucode t 阅读全文
posted @ 2020-03-25 16:20 不服憋着 阅读(263) 评论(0) 推荐(0) 编辑
摘要: //导入import NProgress from 'nprogress'import 'nprogress/nprogress.css' router.beforeEach((to, from, next) => { NProgress.start() next()}) router.afterE 阅读全文
posted @ 2020-03-25 10:49 不服憋着 阅读(450) 评论(0) 推荐(0) 编辑